From 99c64d5c672700d6c0de63d11db25a0678e47a75 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 21 Oct 2020 11:40:52 +0200 Subject: 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 --- docs/linux/kernel_configs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/linux') 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 -- cgit mrf-deployment