aboutsummaryrefslogtreecommitdiff
path: root/linaro
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2014-09-19 09:42:04 -0700
committerJon Medhurst <tixy@linaro.org>2015-05-29 09:29:00 +0100
commit0fab2851c4ab486f05f0cd4e96dddaf5deabf6f9 (patch)
treeb571ffb2a06584a46cb85102b1227c18c4e8085d /linaro
parent23f6d50fb1c6fe8ec2b8e6573c17efcfa5ac704c (diff)
configs: Add a copy of selinux.conf
from https://android.git.linaro.org/git-ro/device/linaro/common.git This lets us generate the kernel config used by Linaro Android builds by executing ARCH=arm64 scripts/kconfig/merge_config.sh \ linaro/configs/linaro-base.conf \ linaro/configs/android.conf \ linaro/configs/vexpress64.conf \ linaro/configs/big-LITTLE-MP.conf \ linaro/configs/selinux.conf Omitting selinux.conf should still give a working system. Signed-off-by: Jon Medhurst <tixy@linaro.org>
Diffstat (limited to 'linaro')
-rw-r--r--linaro/configs/selinux.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/linaro/configs/selinux.conf b/linaro/configs/selinux.conf
new file mode 100644
index 000000000000..6a38da1fb2f7
--- /dev/null
+++ b/linaro/configs/selinux.conf
@@ -0,0 +1,12 @@
+CONFIG_AUDIT=y
+CONFIG_EXT4_FS_SECURITY=y
+CONFIG_SECURITY_NETWORK=y
+
+CONFIG_SECURITY_SELINUX=y
+CONFIG_SECURITY=y
+
+CONFIG_SECURITY_SELINUX_BOOTPARAM=y
+CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE=1
+CONFIG_SECURITY_SELINUX_DISABLE=y
+
+CONFIG_IKCONFIG_PROC=n