github.com/google/syzkaller@v0.0.0-20240517125934-c0f1611a36d6/dashboard/config/linux/bits/selinux.yml (about)

     1  # Copyright 2020 syzkaller project authors. All rights reserved.
     2  # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
     3  
     4  config:
     5   - SECURITY_APPARMOR: n
     6   - SECURITY_SMACK: n
     7   - SECURITY_SELINUX
     8   - SECURITY_SELINUX_DEVELOP
     9   - SECURITY_SELINUX_DISABLE: n
    10   - DEFAULT_SECURITY_SELINUX
    11   # Otherwise we get the "SELinux: (dev *, type ext4) has no security xattr handler" error.
    12   - EXT4_FS_SECURITY
    13   - LSM: "landlock,lockdown,yama,safesetid,integrity,tomoyo,selinux,bpf"