blob: ea463ce78fec08d7ea2ccb093f149860f2558359 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# 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_SELINUX: n
- SECURITY_APPARMOR: n
- SECURITY_SMACK
- SECURITY_SMACK_NETFILTER: [-baseline, -onlyusb]
- EVM_EXTRA_SMACK_XATTRS
- DEFAULT_SECURITY_SMACK
- LSM: "landlock,lockdown,yama,safesetid,integrity,tomoyo,smack,bpf"
|