ARM64: configs: artik710_raptor: enable AUDIT and SMACK_NETFILTER
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Tue, 29 Aug 2017 05:56:16 +0000 (14:56 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 29 Jan 2019 02:25:30 +0000 (11:25 +0900)
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 <sw0312.kim@samsung.com>
arch/arm64/configs/artik710_raptor_defconfig

index a80fd48..fdfc4e4 100644 (file)
@@ -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