aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2014-09-19 09:42:04 -0700
committerJon Medhurst <tixy@linaro.org>2014-12-19 16:12:44 +0000
commitddffda40e9ccfcc2fc14a1291b2c363c581c714b (patch)
tree097b56b10a4dbb09b5562b7ed69854f13d551c17
parenta4a1d00820718dd69dac67eae3052e410a13b0cd (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>
-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