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>
This commit is contained in:
Patrick McHardy 2008-07-23 16:42:42 -07:00 committed by David S. Miller
parent 4b53fb67e3
commit 70eed75d76
2 changed files with 2 additions and 2 deletions

View file

@ -369,7 +369,7 @@ config IP_NF_SECURITY
tristate "Security table" tristate "Security table"
depends on IP_NF_IPTABLES depends on IP_NF_IPTABLES
depends on SECURITY depends on SECURITY
default m if NETFILTER_ADVANCED=n depends on NETFILTER_ADVANCED
help help
This option adds a `security' table to iptables, for use This option adds a `security' table to iptables, for use
with Mandatory Access Control (MAC) policy. with Mandatory Access Control (MAC) policy.

View file

@ -213,7 +213,7 @@ config IP6_NF_SECURITY
tristate "Security table" tristate "Security table"
depends on IP6_NF_IPTABLES depends on IP6_NF_IPTABLES
depends on SECURITY depends on SECURITY
default m if NETFILTER_ADVANCED=n depends on NETFILTER_ADVANCED
help help
This option adds a `security' table to iptables, for use This option adds a `security' table to iptables, for use
with Mandatory Access Control (MAC) policy. with Mandatory Access Control (MAC) policy.