From 126664e393de6bef229e5006206a746ddc2483e2 Mon Sep 17 00:00:00 2001 From: "/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org" Date: Wed, 24 May 2006 16:12:55 +0000 Subject: [PATCH 04/05] secmark: Add libipt_CONNSECMARK This patch adds the shared library module for the CONNSECMARK target (IPv4). Signed-off-by: James Morris --- extensions/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/Makefile b/extensions/Makefile index 24cdeb0..15a8f69 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 -- cgit v1.2.3