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

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

index 24cdeb0f2fe64de9957e487238c757acab51313b..15a8f698dec01e9ca4cc7e9372966a4751b21ca5 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:=SECMARK
+PF_EXT_SE_SLIB:=SECMARK CONNSECMARK
 PF6_EXT_SE_SLIB:=SECMARK
 endif