aboutsummaryrefslogtreecommitdiffstats
path: root/docs/linux
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-10-21 11:40:52 +0200
committerDmitry Vyukov <dvyukov@google.com>2020-10-21 12:43:40 +0200
commit99c64d5c672700d6c0de63d11db25a0678e47a75 (patch)
tree80248fb0509755423d09535fdaa5579d2408eb42 /docs/linux
parent9500694d929a78df477c1321dbaf06f3eb10a461 (diff)
dashboard/config/linux: specify LSM in configs
We used command line arguments to select LSM beause we did not have a good way to manage lots of configs. The problem is that command line arguments are not captures/provided with bug reports, so the configs we provided could not reproduce the bug for developers. We also had to duplicate .cmdline files 3 times. Now that we have a good way to manager lots of configs, embed LSM into the config. Now that we have 3 configs also switch apparmor and smack to SLUB. SLUB is the default for a very long time. Leave SLAB only on selinux. Update #2171
Diffstat (limited to 'docs/linux')
-rw-r--r--docs/linux/kernel_configs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/linux/kernel_configs.md b/docs/linux/kernel_configs.md
index 62746a453..ebd907955 100644
--- a/docs/linux/kernel_configs.md
+++ b/docs/linux/kernel_configs.md
@@ -1,6 +1,6 @@
# Linux kernel configs
-List of recommended kernel configs for `syzkaller`. See [syzbot config](/dashboard/config/linux/upstream-kasan.config) for a reference config.
+List of recommended kernel configs for `syzkaller`. See [syzbot config](/dashboard/config/linux/upstream-apparmor-kasan.config) for a reference config.
## Syzkaller features