aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter/Kconfig
diff options
context:
space:
mode:
authorJames Morris <jmorris@namei.org>2008-06-09 15:58:05 -0700
committerDavid S. Miller <davem@davemloft.net>2008-06-09 15:58:05 -0700
commit17e6e59f0a1d7188d783c15dc3ccebd95a0840cd (patch)
treeaabe39d205166733003dcc22b95bc77714691de1 /net/ipv6/netfilter/Kconfig
parentnetfilter: ip_tables: add iptables security table for mandatory access control rules (diff)
downloadlinux-dev-17e6e59f0a1d7188d783c15dc3ccebd95a0840cd.tar.xz
linux-dev-17e6e59f0a1d7188d783c15dc3ccebd95a0840cd.zip
netfilter: ip6_tables: add ip6tables security table
This is a port of the IPv4 security table for IPv6. Signed-off-by: James Morris <jmorris@namei.org> Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/netfilter/Kconfig')
-rw-r--r--net/ipv6/netfilter/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/ipv6/netfilter/Kconfig b/net/ipv6/netfilter/Kconfig
index 6cae5475737e..689dec899c57 100644
--- a/net/ipv6/netfilter/Kconfig
+++ b/net/ipv6/netfilter/Kconfig
@@ -208,5 +208,17 @@ config IP6_NF_RAW
If you want to compile it as a module, say M here and read
<file:Documentation/kbuild/modules.txt>. If unsure, say `N'.
+# security table for MAC policy
+config IP6_NF_SECURITY
+ tristate "Security table"
+ depends on IP6_NF_IPTABLES
+ depends on SECURITY
+ default m if NETFILTER_ADVANCED=n
+ help
+ This option adds a `security' table to iptables, for use
+ with Mandatory Access Control (MAC) policy.
+
+ If unsure, say N.
+
endmenu