blob: 140fba9fcb7c245f61b2bfa0dd05afc0b0fbe164 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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.
- LSM: "landlock,lockdown,yama,safesetid,integrity,tomoyo,selinux,bpf"
|