From 275e4ce71f89f225264d1d04f1ff3aa95bd538cb Mon Sep 17 00:00:00 2001 From: jooseong lee Date: Fri, 25 Nov 2016 16:51:40 +0900 Subject: [PATCH] x86: tizen_emul_defconfig: enable smack_netfilter This patch enables smack netfilter to support nether serivce. Nether is for network access control in Tizen3.0. Change-Id: Id1fc9fdc34dbab674e0db1967c163cc32a8c5b0c Signed-off-by: jooseong lee --- arch/x86/configs/tizen_emul_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/configs/tizen_emul_defconfig b/arch/x86/configs/tizen_emul_defconfig index d8f377251477..76806aebe736 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 -- 2.34.1