diff options
author | Chanwoo Choi <cw00.choi@samsung.com> | 2021-02-18 18:38:06 +0900 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2021-02-18 18:39:34 +0900 |
commit | b392fd5c3bd1a8d9735e2a572ebe9bdd7ade60c7 (patch) | |
tree | 1470a64ea1393e542d3f1b4d5145f304edb70ba5 | |
parent | d263accad7685ec5d7bd9befdb214b7b8ca36754 (diff) | |
download | emulator-kernel-b392fd5c3bd1a8d9735e2a572ebe9bdd7ade60c7.tar.gz emulator-kernel-b392fd5c3bd1a8d9735e2a572ebe9bdd7ade60c7.tar.bz2 emulator-kernel-b392fd5c3bd1a8d9735e2a572ebe9bdd7ade60c7.zip |
x86: defconfig: disable SECURITY_SMACK_NETFILTER config
Disable SECURITY_SMACK_NETFILTER configuration.
Change-Id: Ibeb7c584618a0adc0acda97636b75638fc4c9517
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
-rw-r--r-- | arch/x86/configs/tizen_emul_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/configs/tizen_emul_defconfig b/arch/x86/configs/tizen_emul_defconfig index 59f6a591b4c5..27a53ca225b1 100644 --- a/arch/x86/configs/tizen_emul_defconfig +++ b/arch/x86/configs/tizen_emul_defconfig @@ -3652,7 +3652,7 @@ CONFIG_SECURITY_NETWORK=y # CONFIG_SECURITY_SELINUX is not set CONFIG_SECURITY_SMACK=y CONFIG_SECURITY_SMACK_BRINGUP=y -CONFIG_SECURITY_SMACK_NETFILTER=y +# CONFIG_SECURITY_SMACK_NETFILTER is not set CONFIG_SECURITY_SMACK_APPEND_SIGNALS=y # CONFIG_SECURITY_TOMOYO is not set # CONFIG_SECURITY_APPARMOR is not set |