[netfilter-cvslog] r6616 - trunk/iptables/extensions

kaber at netfilter.org kaber at netfilter.org
Wed May 24 18:12:25 CEST 2006


Author: kaber at netfilter.org
Date: 2006-05-24 18:12:24 +0200 (Wed, 24 May 2006)
New Revision: 6616

Modified:
   trunk/iptables/extensions/Makefile
Log:
[PATCH 02/05] secmark: Add libipt_SECMARK

This patch adds the shared library module for the SECMARK target (IPv4).

Signed-off-by: James Morris <jmorris at namei.org>


Modified: trunk/iptables/extensions/Makefile
===================================================================
--- trunk/iptables/extensions/Makefile	2006-05-24 16:11:58 UTC (rev 6615)
+++ trunk/iptables/extensions/Makefile	2006-05-24 16:12:24 UTC (rev 6616)
@@ -9,7 +9,7 @@
 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
 




More information about the netfilter-cvslog mailing list