diff options
| -rw-r--r-- | net/ipv4/netfilter/Kconfig | 2 | ||||
| -rw-r--r-- | net/ipv6/netfilter/Kconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv4/netfilter/Kconfig b/net/ipv4/netfilter/Kconfig index f23e60c93ef9..90eb7cb47e77 100644 --- a/net/ipv4/netfilter/Kconfig +++ b/net/ipv4/netfilter/Kconfig | |||
| @@ -369,7 +369,7 @@ config IP_NF_SECURITY | |||
| 369 | tristate "Security table" | 369 | tristate "Security table" |
| 370 | depends on IP_NF_IPTABLES | 370 | depends on IP_NF_IPTABLES |
| 371 | depends on SECURITY | 371 | depends on SECURITY |
| 372 | default m if NETFILTER_ADVANCED=n | 372 | depends on NETFILTER_ADVANCED |
| 373 | help | 373 | help |
| 374 | This option adds a `security' table to iptables, for use | 374 | This option adds a `security' table to iptables, for use |
| 375 | with Mandatory Access Control (MAC) policy. | 375 | with Mandatory Access Control (MAC) policy. |
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 | |||
| 213 | tristate "Security table" | 213 | tristate "Security table" |
| 214 | depends on IP6_NF_IPTABLES | 214 | depends on IP6_NF_IPTABLES |
| 215 | depends on SECURITY | 215 | depends on SECURITY |
| 216 | default m if NETFILTER_ADVANCED=n | 216 | depends on NETFILTER_ADVANCED |
| 217 | help | 217 | help |
| 218 | This option adds a `security' table to iptables, for use | 218 | This option adds a `security' table to iptables, for use |
| 219 | with Mandatory Access Control (MAC) policy. | 219 | with Mandatory Access Control (MAC) policy. |
