diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2021-02-17 10:13:32 +0900 |
---|---|---|
committer | Jaehoon Chung <jh80.chung@samsung.com> | 2021-02-17 10:15:25 +0900 |
commit | 81febfb99da512ca4ed87623bc6c4e250b325915 (patch) | |
tree | 3dea74e192bf21106cdec3924b148fc790da9aa6 | |
parent | 47d8d0263c38b3e0813b986147b71b5d72559a8d (diff) | |
download | linux-artik7-81febfb99da512ca4ed87623bc6c4e250b325915.tar.gz linux-artik7-81febfb99da512ca4ed87623bc6c4e250b325915.tar.bz2 linux-artik7-81febfb99da512ca4ed87623bc6c4e250b325915.zip |
ARM/ARM64: defconfig: disable SECURITY_SMACK_NETFILTER configsubmit/tizen/20210217.042922accepted/tizen/unified/20210217.120537
Disable SECURITY_SMACK_NETFILTER configuration.
Change-Id: Ie18cab2c861e7065888998a6d8143227fecd07c7
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
-rw-r--r-- | arch/arm/configs/artik530_raptor_defconfig | 2 | ||||
-rw-r--r-- | arch/arm64/configs/artik710_raptor_defconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/configs/artik530_raptor_defconfig b/arch/arm/configs/artik530_raptor_defconfig index b2093a3365cb..5d4783bee15a 100644 --- a/arch/arm/configs/artik530_raptor_defconfig +++ b/arch/arm/configs/artik530_raptor_defconfig @@ -4608,7 +4608,7 @@ CONFIG_SECURITY_NETWORK=y # CONFIG_SECURITY_SELINUX is not set CONFIG_SECURITY_SMACK=y # CONFIG_SECURITY_SMACK_BRINGUP is not set -CONFIG_SECURITY_SMACK_NETFILTER=y +# CONFIG_SECURITY_SMACK_NETFILTER is not set # CONFIG_SECURITY_SMACK_PERMISSIVE_MODE is not set # CONFIG_SECURITY_TOMOYO is not set # CONFIG_SECURITY_APPARMOR is not set diff --git a/arch/arm64/configs/artik710_raptor_defconfig b/arch/arm64/configs/artik710_raptor_defconfig index d36967ca9385..7df218fe3823 100644 --- a/arch/arm64/configs/artik710_raptor_defconfig +++ b/arch/arm64/configs/artik710_raptor_defconfig @@ -4434,7 +4434,7 @@ CONFIG_SECURITY_NETWORK=y # CONFIG_SECURITY_SELINUX is not set CONFIG_SECURITY_SMACK=y # CONFIG_SECURITY_SMACK_BRINGUP is not set -CONFIG_SECURITY_SMACK_NETFILTER=y +# CONFIG_SECURITY_SMACK_NETFILTER is not set # CONFIG_SECURITY_SMACK_PERMISSIVE_MODE is not set # CONFIG_SECURITY_TOMOYO is not set # CONFIG_SECURITY_APPARMOR is not set |