aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/bits
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2022-03-18 14:39:25 +0000
committerAleksandr Nogikh <wp32pw@gmail.com>2022-04-06 17:14:45 +0200
commit71a2f2b60713b8c94deaea628f6a25ad6c119eca (patch)
treec7a2c339361f5cfbd734027896c87a45899d8df8 /dashboard/config/linux/bits
parent4b123ad18ec48ee662dfb0aa6f2bc00c6d4e4635 (diff)
dashboard/config: enable SECURITY_SELINUX_DEVELOP
This option enables the "enforcing=?" option (at least), which simplifies SELINUX configuration.
Diffstat (limited to 'dashboard/config/linux/bits')
-rw-r--r--dashboard/config/linux/bits/selinux.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/dashboard/config/linux/bits/selinux.yml b/dashboard/config/linux/bits/selinux.yml
index 9438fbb28..9eb2365a0 100644
--- a/dashboard/config/linux/bits/selinux.yml
+++ b/dashboard/config/linux/bits/selinux.yml
@@ -5,6 +5,7 @@ config:
- SECURITY_APPARMOR: n
- SECURITY_SMACK: n
- SECURITY_SELINUX
+ - SECURITY_SELINUX_DEVELOP
- SECURITY_SELINUX_DISABLE: n
- DEFAULT_SECURITY_SELINUX
- LSM: "landlock,lockdown,yama,safesetid,integrity,tomoyo,selinux,bpf"