Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 444b16d6 authored by Mark Brown's avatar Mark Brown Committed by Kevin Hilman
Browse files

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: default avatarMark Brown <broonie@linaro.org>
parent 39694cf5
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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