aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/bits/apparmor.yml
blob: 7c8ecb55f120d9ad8c097daa7f869e6a30617079 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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_SMACK: n
 - SECURITY_APPARMOR
 # TODO: remove linux-next once it reaches mainline.
 - SECURITY_APPARMOR_INTROSPECT_POLICY: [v5.17, linux-next]
 - SECURITY_APPARMOR_HASH
 - SECURITY_APPARMOR_HASH_DEFAULT
 - SECURITY_APPARMOR_DEBUG
 - SECURITY_APPARMOR_DEBUG_ASSERTS
 - DEFAULT_SECURITY_APPARMOR
 - LSM: "landlock,lockdown,yama,safesetid,integrity,tomoyo,apparmor,bpf"