From: James Morris Date: Mon, 9 Jun 2008 22:57:24 +0000 (-0700) Subject: netfilter: ip_tables: add iptables security table for mandatory access control rules X-Git-Tag: v2.6.27-rc1~969^2~345 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=560ee653b67074b805f1b661988a72a0e58811a5;p=pandora-kernel.git netfilter: ip_tables: add iptables security table for mandatory access control rules The following patch implements a new "security" table for iptables, so that MAC (SELinux etc.) networking rules can be managed separately to standard DAC rules. This is to help with distro integration of the new secmark-based network controls, per various previous discussions. The need for a separate table arises from the fact that existing tools and usage of iptables will likely clash with centralized MAC policy management. The SECMARK and CONNSECMARK targets will still be valid in the mangle table to prevent breakage of existing users. Signed-off-by: James Morris Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed