From dabd7d07d0f403db2f1a1d13c26af5d5b5ce33a5 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Tue, 27 Jun 2023 19:48:55 +0200 Subject: dashboard/config: enable EXT4_FS_SECURITY for SELinux --- dashboard/config/linux/bits/selinux.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dashboard/config/linux/bits') 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" -- cgit mrf-deployment