From: Mark Brown Date: Tue, 17 Jun 2014 11:39:05 +0000 (+0100) Subject: configs: Enable some SELinux options X-Git-Tag: firefly_0821_release~3680^2~5^2~2^2~6 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=94f167639c8bc56e584f6e156babf8102449daf1;p=firefly-linux-kernel-4.4.55.git 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 --- 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