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>

authored by

Patrick McHardy and committed by
David S. Miller
70eed75d 4b53fb67

+2 -2
+1 -1
net/ipv4/netfilter/Kconfig
··· 369 tristate "Security table" 370 depends on IP_NF_IPTABLES 371 depends on SECURITY 372 - default m if NETFILTER_ADVANCED=n 373 help 374 This option adds a `security' table to iptables, for use 375 with Mandatory Access Control (MAC) policy.
··· 369 tristate "Security table" 370 depends on IP_NF_IPTABLES 371 depends on SECURITY 372 + depends on NETFILTER_ADVANCED 373 help 374 This option adds a `security' table to iptables, for use 375 with Mandatory Access Control (MAC) policy.
+1 -1
net/ipv6/netfilter/Kconfig
··· 213 tristate "Security table" 214 depends on IP6_NF_IPTABLES 215 depends on SECURITY 216 - default m if NETFILTER_ADVANCED=n 217 help 218 This option adds a `security' table to iptables, for use 219 with Mandatory Access Control (MAC) policy.
··· 213 tristate "Security table" 214 depends on IP6_NF_IPTABLES 215 depends on SECURITY 216 + depends on NETFILTER_ADVANCED 217 help 218 This option adds a `security' table to iptables, for use 219 with Mandatory Access Control (MAC) policy.