netfilter: make security table depend on NETFILTER_ADVANCED
authorPatrick McHardy <kaber@trash.net>
Wed, 23 Jul 2008 23:42:42 +0000 (16:42 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 23 Jul 2008 23:42:42 +0000 (16:42 -0700)
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/netfilter/Kconfig
net/ipv6/netfilter/Kconfig

index f23e60c..90eb7cb 100644 (file)
@@ -369,7 +369,7 @@ config IP_NF_SECURITY
        tristate "Security table"
        depends on IP_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.
index 689dec8..0cfcce7 100644 (file)
@@ -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.