diff options
author | jin-gyu.kim <jin-gyu.kim@samsung.com> | 2016-07-05 14:38:56 +0900 |
---|---|---|
committer | SeokYeon Hwang <syeon.hwang@samsung.com> | 2016-07-05 15:13:31 +0900 |
commit | cfe763397fd445b1ac4f020997265d80e513a0e5 (patch) | |
tree | 1f00c16f5fd43fac2dd8ff838d26b8e1caa92436 | |
parent | 3d9bf35a20cb288ed86d5e928dc6632ad36f8947 (diff) | |
download | emulator-kernel-cfe763397fd445b1ac4f020997265d80e513a0e5.tar.gz emulator-kernel-cfe763397fd445b1ac4f020997265d80e513a0e5.tar.bz2 emulator-kernel-cfe763397fd445b1ac4f020997265d80e513a0e5.zip |
Disable smack netfilter option.
Change-Id: I543a9cd9be0a5f571b7aef85a650e6aba9e95821
-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 76806aebe736..d8f377251477 100644 --- a/arch/x86/configs/tizen_emul_defconfig +++ b/arch/x86/configs/tizen_emul_defconfig @@ -3926,7 +3926,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=y # CONFIG_SECURITY_TOMOYO is not set # CONFIG_SECURITY_APPARMOR is not set # CONFIG_SECURITY_YAMA is not set |