]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
secmark: Add libipt_SECMARK
authorJames Morris <jmorris@namei.org>
Wed, 24 May 2006 16:12:24 +0000 (16:12 +0000)
committerPatrick McHardy <kaber@trash.net>
Wed, 24 May 2006 16:12:24 +0000 (16:12 +0000)
This patch adds the shared library module for the SECMARK target (IPv4).

Signed-off-by: James Morris <jmorris@namei.org>
extensions/Makefile

index c8c9f90ed2449bbe0f007e67728f16af3459dbc4..678bedcbff8a55ae1c54ec650d37ae7be072579d 100644 (file)
@@ -9,7 +9,7 @@ PF_EXT_SLIB:=ah addrtype comment connlimit connmark conntrack dscp ecn esp hashl
 PF6_EXT_SLIB:=connmark eui64 hl icmp6 length limit mac mark multiport owner physdev policy standard state tcp udp CONNMARK HL LOG NFQUEUE MARK TRACE
 
 ifeq ($(DO_SELINUX), 1)
-PF_EXT_SE_SLIB:=
+PF_EXT_SE_SLIB:=SECMARK
 PF6_EXT_SE_SLIB:=
 endif