···369 tristate "Security table"370 depends on IP_NF_IPTABLES371 depends on SECURITY372- default m if NETFILTER_ADVANCED=n373 help374 This option adds a `security' table to iptables, for use375 with Mandatory Access Control (MAC) policy.
···369 tristate "Security table"370 depends on IP_NF_IPTABLES371 depends on SECURITY372+ depends on NETFILTER_ADVANCED373 help374 This option adds a `security' table to iptables, for use375 with Mandatory Access Control (MAC) policy.
+1-1
net/ipv6/netfilter/Kconfig
···213 tristate "Security table"214 depends on IP6_NF_IPTABLES215 depends on SECURITY216- default m if NETFILTER_ADVANCED=n217 help218 This option adds a `security' table to iptables, for use219 with Mandatory Access Control (MAC) policy.
···213 tristate "Security table"214 depends on IP6_NF_IPTABLES215 depends on SECURITY216+ depends on NETFILTER_ADVANCED217 help218 This option adds a `security' table to iptables, for use219 with Mandatory Access Control (MAC) policy.