aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/bits/selinux.yml
blob: 919e9214041a5be5389743624ecc9a82bacb290b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 2020 syzkaller project authors. All rights reserved.
# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.

config:
 - SECURITY_APPARMOR: n
 - SECURITY_SMACK: n
 - SECURITY_SELINUX
 - 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"