diff options
author | Mark Brown <broonie@linaro.org> | 2014-06-17 12:39:05 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-06-17 12:39:05 +0100 |
commit | 94f167639c8bc56e584f6e156babf8102449daf1 (patch) | |
tree | c15dbbcb89858e7c063c28269995ca0cbffb5705 | |
parent | 43576434a7a9bc1654064f09ca806a9e00485dc0 (diff) | |
download | linux-linaro-stable-94f167639c8bc56e584f6e156babf8102449daf1.tar.gz |
configs: Enable some SELinux options
Going forward Android will require SELinux and we may as well make sure
it does't get in the way for other configurations.
Signed-off-by: Mark Brown <broonie@linaro.org>
-rw-r--r-- | linaro/configs/linaro-base.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/linaro/configs/linaro-base.conf b/linaro/configs/linaro-base.conf index fa38b9e44367..1cdf0ba23e24 100644 --- a/linaro/configs/linaro-base.conf +++ b/linaro/configs/linaro-base.conf @@ -103,3 +103,13 @@ CONFIG_FTRACE_SYSCALLS=y CONFIG_STACK_TRACER=y CONFIG_FUNCTION_PROFILER=y CONFIG_MAILBOX=y +CONFIG_AUDIT=y +CONFIG_NF_CONNTRACK_SECMARK=y +CONFIG_NETFILTER_XT_TARGET_CONNSECMARK=y +CONFIG_NETFILTER_XT_TARGET_SECMARK=y +CONFIG_IP_NF_SECURITY=y +CONFIG_SECURITY=y +CONFIG_SECURITY_NETWORK=y +CONFIG_LSM_MMAP_MIN_ADDR=4096 +CONFIG_SECURITY_SELINUX=y +CONFIG_EXT4_FS_SECURITY=y |