-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
Copy pathbaseline.yml
44 lines (42 loc) · 1.28 KB
/
baseline.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Copyright 2023 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.
# Baseline is defconfig by default, but even that is bigger than we actually need.
# baseline.yml disables more configs for Linux baseline configs.
# This list is far from being complete.
config:
- DRM: n
- DNS_RESOLVER: [n, weak]
- EVM: [n, weak]
- EVM_ADD_XATTRS: [n, weak]
- EVM_ATTR_FSUUID: [n, weak]
- EVM_EXTRA_SMACK_XATTRS: [n, weak]
- IMA: [n, weak]
- IMA_DEFAULT_HASH_SHA256: [n, weak]
- IMA_READ_POLICY: [n, weak]
- IMA_WRITE_POLICY: [n, weak]
- IMA_APPRAISE: [n, weak]
- IMA_APPRAISE_MODSIG: [n, weak]
- INTEGRITY: [n, weak]
- INTEGRITY_SIGNATURE: [n, weak]
- INTEGRITY_ASYMMETRIC_KEYS: [n, weak]
- INTEGRITY_TRUSTED_KEYRING: [n, weak]
- INPUT_JOYSTICK: n
- INPUT_LEDS: [n, weak]
- INPUT_MOUSE: [n, weak]
- INPUT_TABLET: [n, weak]
- INPUT_TOUCHSCREEN: [n, weak]
- KCOV: [n, weak]
- KCOV_INSTRUMENT_ALL: [n, weak]
- KCOV_ENABLE_COMPARISONS: [n, weak]
- MAC_EMUMOUSEBTN: n
- MACINTOSH_DRIVERS: n
- MOUSE_PS2: n
- NETLABEL: [n, weak]
- PCCARD: [n, weak]
- PREEMPT_VOLUNTARY: n
- RFKILL: n
- SOUND: n
- TCG_TPM: n
- WIRELESS: n
- WIRELESS_EXT: [n, weak]
- WLAN: [n, weak]