diff options
Diffstat (limited to 'dashboard/config/linux/bits')
| -rw-r--r-- | dashboard/config/linux/bits/selinux.yml | 2 |
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" |
