aboutsummaryrefslogtreecommitdiff
path: root/linaro/configs/vexpress64.conf
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 /linaro/configs/vexpress64.conf
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>
Diffstat (limited to 'linaro/configs/vexpress64.conf')
-rw-r--r--linaro/configs/vexpress64.conf1
1 files changed, 1 insertions, 0 deletions
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