netfilter: Kconfig: use 'default y' instead of 'm' for bool config option

commit 77076934af upstream.

This option, NF_CONNTRACK_SECMARK, is a bool, so it can never be 'm'.

Fixes: 33b8e77605 ("[NETFILTER]: Add CONFIG_NETFILTER_ADVANCED option")
Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Vegard Nossum 2021-10-05 22:54:54 +02:00 committed by Greg Kroah-Hartman
parent 9b6b2db77b
commit e9e7a80b34
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ config NF_CONNTRACK_MARK
config NF_CONNTRACK_SECMARK config NF_CONNTRACK_SECMARK
bool 'Connection tracking security mark support' bool 'Connection tracking security mark support'
depends on NETWORK_SECMARK depends on NETWORK_SECMARK
default m if NETFILTER_ADVANCED=n default y if NETFILTER_ADVANCED=n
help help
This option enables security markings to be applied to This option enables security markings to be applied to
connections. Typically they are copied to connections from connections. Typically they are copied to connections from