aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/bits/apparmor.yml
blob: 94ffbecf090b41fb792c879455a5f9fd1830dd9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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
 - SECURITY_APPARMOR_INTROSPECT_POLICY: [v5.19]
 - 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"