diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-10-21 11:40:52 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-10-21 12:43:40 +0200 |
| commit | 99c64d5c672700d6c0de63d11db25a0678e47a75 (patch) | |
| tree | 80248fb0509755423d09535fdaa5579d2408eb42 /docs/linux/kernel_configs.md | |
| parent | 9500694d929a78df477c1321dbaf06f3eb10a461 (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/kernel_configs.md')
| -rw-r--r-- | docs/linux/kernel_configs.md | 2 |
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 |
