summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorJames Morris <jmorris@namei.org>2006-05-24 16:12:24 +0000
committerPatrick McHardy <kaber@trash.net>2006-05-24 16:12:24 +0000
commit843b9590f58a7726a06ffb3b9965f34040c292f8 (patch)
tree54dab38aa9c1041b7235987d5684c1667c80d61a /extensions
parentc81a3f32cc0877784fb287beb5e862c74e5435eb (diff)
secmark: Add libipt_SECMARK
This patch adds the shared library module for the SECMARK 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 c8c9f90e..678bedcb 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:=
+PF_EXT_SE_SLIB:=SECMARK
PF6_EXT_SE_SLIB:=
endif