aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/bits
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2023-06-27 19:48:55 +0200
committerAleksandr Nogikh <wp32pw@gmail.com>2023-06-28 12:04:05 +0200
commitdabd7d07d0f403db2f1a1d13c26af5d5b5ce33a5 (patch)
tree530ba520ca1d18bded97ac2460f60c37b9016936 /dashboard/config/linux/bits
parent8064cb02abe85f2c6b7c5ae84cdeacef133e6474 (diff)
dashboard/config: enable EXT4_FS_SECURITY for SELinux
Diffstat (limited to 'dashboard/config/linux/bits')
-rw-r--r--dashboard/config/linux/bits/selinux.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/dashboard/config/linux/bits/selinux.yml b/dashboard/config/linux/bits/selinux.yml
index 9eb2365a0..919e92140 100644
--- a/dashboard/config/linux/bits/selinux.yml
+++ b/dashboard/config/linux/bits/selinux.yml
@@ -8,4 +8,6 @@ config:
- SECURITY_SELINUX_DEVELOP
- SECURITY_SELINUX_DISABLE: n
- DEFAULT_SECURITY_SELINUX
+ # Otherwise we get the "SELinux: (dev *, type ext4) has no security xattr handler" error.
+ - EXT4_FS_SECURITY
- LSM: "landlock,lockdown,yama,safesetid,integrity,tomoyo,selinux,bpf"