aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2015-10-01 13:13:57 +0100
committerJon Medhurst <tixy@linaro.org>2016-05-16 09:22:36 +0100
commit711a2aa29b6730cd33a3cbb97be71ea801da0965 (patch)
tree58c599e947f726ad030206e3808247d94fd26dfa
parentd427cbb8a0b699e5cc2e03799dee24cb27b06260 (diff)
configs: vexpress{,64}: Add CONFIG_SECURITY_SELINUX_BOOTPARAM=y
So we can turn off SELinux on kernel commandline. This is useful for developers who update a file system by methods that don't preserve security attributes of files. Signed-off-by: Jon Medhurst <tixy@linaro.org>
-rw-r--r--linaro/configs/vexpress.conf1
-rw-r--r--linaro/configs/vexpress64.conf1
2 files changed, 2 insertions, 0 deletions
diff --git a/linaro/configs/vexpress.conf b/linaro/configs/vexpress.conf
index 47bf1b80553f..a5c1560aa443 100644
--- a/linaro/configs/vexpress.conf
+++ b/linaro/configs/vexpress.conf
@@ -19,6 +19,7 @@ CONFIG_CPU_FREQ_GOV_ONDEMAND=y
CONFIG_CPU_FREQ_GOV_INTERACTIVE=y
CONFIG_CPU_FREQ_DEFAULT_GOV_INTERACTIVE=y
CONFIG_CMDLINE="console=ttyAMA0,38400n8 root=/dev/mmcblk0p2 rootwait mmci.fmax=4000000"
+CONFIG_SECURITY_SELINUX_BOOTPARAM=y
CONFIG_VFP=y
CONFIG_NEON=y
CONFIG_SCSI=y
diff --git a/linaro/configs/vexpress64.conf b/linaro/configs/vexpress64.conf
index 13ec7ac9d077..e056c3411917 100644
--- a/linaro/configs/vexpress64.conf
+++ b/linaro/configs/vexpress64.conf
@@ -4,6 +4,7 @@ CONFIG_NR_CPUS=8
CONFIG_HOTPLUG_CPU=y
CONFIG_PREEMPT=y
CONFIG_CMDLINE="console=ttyAMA0"
+CONFIG_SECURITY_SELINUX_BOOTPARAM=y
CONFIG_COMPAT=y
CONFIG_SMC91X=y
CONFIG_INPUT_EVDEV=y