From 71a2f2b60713b8c94deaea628f6a25ad6c119eca Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Fri, 18 Mar 2022 14:39:25 +0000 Subject: dashboard/config: enable SECURITY_SELINUX_DEVELOP This option enables the "enforcing=?" option (at least), which simplifies SELINUX configuration. --- dashboard/config/linux/upstream-arm-full-base.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dashboard/config/linux/upstream-arm-full-base.config') diff --git a/dashboard/config/linux/upstream-arm-full-base.config b/dashboard/config/linux/upstream-arm-full-base.config index 7b14846b8..0360b35ef 100644 --- a/dashboard/config/linux/upstream-arm-full-base.config +++ b/dashboard/config/linux/upstream-arm-full-base.config @@ -3871,7 +3871,7 @@ CONFIG_FORTIFY_SOURCE=y CONFIG_SECURITY_SELINUX=y # CONFIG_SECURITY_SELINUX_BOOTPARAM is not set # CONFIG_SECURITY_SELINUX_DISABLE is not set -# CONFIG_SECURITY_SELINUX_DEVELOP is not set +CONFIG_SECURITY_SELINUX_DEVELOP=y # CONFIG_SECURITY_SELINUX_AVC_STATS is not set CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE=0 CONFIG_SECURITY_SELINUX_SIDTAB_HASH_BITS=9 -- cgit mrf-deployment