summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorJames Morris <jmorris@namei.org>2006-05-24 16:12:55 +0000
committerPatrick McHardy <kaber@trash.net>2006-05-24 16:12:55 +0000
commit517ac155b5ed80b0aec1ec9db0b670d55d61a0ab (patch)
tree38e44b1c78b0e8572666d840528485997375e60d /extensions
parentd718220596c970eba76b1e7f4bb82b051e27ef35 (diff)
secmark: Add libipt_CONNSECMARK
This patch adds the shared library module for the CONNSECMARK target (IPv4). Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/Makefile b/extensions/Makefile
index 24cdeb0f..15a8f698 100644
--- a/extensions/Makefile
+++ b/extensions/Makefile
@@ -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