aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2008-07-23 16:42:42 -0700
committerDavid S. Miller <davem@davemloft.net>2008-07-23 16:42:42 -0700
commit70eed75d76635ba7350651b9bd96529a306ec67a (patch)
tree3fe67ecd24dfdffee1145b5d3983ac7113d9783c /net/ipv6/netfilter
parenttcp: Clear probes_out more aggressively in tcp_ack(). (diff)
downloadlinux-dev-70eed75d76635ba7350651b9bd96529a306ec67a.tar.xz
linux-dev-70eed75d76635ba7350651b9bd96529a306ec67a.zip
netfilter: make security table depend on NETFILTER_ADVANCED
Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/netfilter')
-rw-r--r--net/ipv6/netfilter/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/netfilter/Kconfig b/net/ipv6/netfilter/Kconfig
index 689dec899c57..0cfcce7b18d8 100644
--- a/net/ipv6/netfilter/Kconfig
+++ b/net/ipv6/netfilter/Kconfig
@@ -213,7 +213,7 @@ config IP6_NF_SECURITY
tristate "Security table"
depends on IP6_NF_IPTABLES
depends on SECURITY
- default m if NETFILTER_ADVANCED=n
+ depends on NETFILTER_ADVANCED
help
This option adds a `security' table to iptables, for use
with Mandatory Access Control (MAC) policy.