From f910113a84163369e0fe28e8052e1e24c9afe087 Mon Sep 17 00:00:00 2001 From: Seung-Woo Kim Date: Tue, 29 Aug 2017 14:56:16 +0900 Subject: [PATCH] ARM64: configs: artik710_raptor: enable AUDIT and SMACK_NETFILTER On Tizen, nether service is failed because security smack netfilter related configs are not enabled. So, enable related configs including CONFIG_AUDIT, CONFIG_NETWORK_SECMARK, and CONFIG_SECURITY_SMACK_NETFILTER and others. Change-Id: If81a80cac377dea09424610f258ac3135c8a08d5 Signed-off-by: Seung-Woo Kim --- arch/arm64/configs/artik710_raptor_defconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm64/configs/artik710_raptor_defconfig b/arch/arm64/configs/artik710_raptor_defconfig index a80fd48..fdfc4e4 100644 --- a/arch/arm64/configs/artik710_raptor_defconfig +++ b/arch/arm64/configs/artik710_raptor_defconfig @@ -589,6 +589,7 @@ CONFIG_SECURITY=y # CONFIG_SECURITY_SELINUX is not set CONFIG_SECURITY_SMACK=y CONFIG_SECURITY_SMACK_NETFILTER=y +CONFIG_SECURITY_SMACK_PERMISSIVE_MODE=y # CONFIG_SECURITY_APPARMOR is not set # CONFIG_DEFAULT_SECURITY_DAC is not set CONFIG_CRYPTO_RSA=m @@ -609,4 +610,4 @@ CONFIG_CRC_CCITT=y CONFIG_LIBCRC32C=y CONFIG_ANDROID=y CONFIG_ANDROID_LOGGER=y -# CONFIG_ANDROID_TIMED_OUTPUT is not set \ No newline at end of file +# CONFIG_ANDROID_TIMED_OUTPUT is not set -- 2.7.4