arm64: defconfig: artik710: disable unused security configs
authorjino.cho <jino.cho@samsung.com>
Mon, 10 Oct 2016 10:30:20 +0000 (19:30 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 29 Jan 2019 02:25:25 +0000 (11:25 +0900)
This patch disables unused security configs below.

 # CONFIG_SECURITY_SELINUX is not set
 # CONFIG_SECURITY_APPARMOR is not set
 # CONFIG_DEFAULT_SECURITY_DAC is not set

Change-Id: I7a53b453e4dcd01017caac2bc327fbf9214e07e0
Signed-off-by: jino.cho <jino.cho@samsung.com>
arch/arm64/configs/artik710_raptor_defconfig

index d9e8055..45e6db8 100644 (file)
@@ -584,11 +584,11 @@ CONFIG_FUNCTION_PROFILER=y
 CONFIG_KGDB=y
 CONFIG_KGDB_KDB=y
 CONFIG_SECURITY=y
-CONFIG_SECURITY_SELINUX=y
+# CONFIG_SECURITY_SELINUX is not set
 CONFIG_SECURITY_SMACK=y
 CONFIG_SECURITY_SMACK_PERMISSIVE_MODE=y
-CONFIG_SECURITY_APPARMOR=y
-CONFIG_DEFAULT_SECURITY_DAC=y
+# CONFIG_SECURITY_APPARMOR is not set
+# CONFIG_DEFAULT_SECURITY_DAC is not set
 CONFIG_CRYPTO_RSA=m
 CONFIG_CRYPTO_USER=m
 CONFIG_CRYPTO_ARC4=y