syzkaller/dashboard/config
Dmitry Vyukov aa53be276d dashboard/config: prepare for stacked security modules
In linux-next security modules can be stacked.
TOMOYO is compatible with other modules and SAFESETID
module is added. But this is not yet in mainline.

Enable TOMOYO and SAFESETID.
There is no way to enable stacked modules in linux-next
while preserving the current behavior in mainline.
Once these changes reach mainline, we will need to replace
security cmdline arguments with lsm as follows:

lsm=yama,safesetid,integrity,selinux,tomoyo
lsm=yama,safesetid,integrity,smack,tomoyo
lsm=yama,safesetid,integrity,tomoyo,apparmor
2019-02-01 11:00:59 +01:00
..
akaros.config sys/akaros: disable init_arsc syscall 2018-07-16 16:57:35 +02:00
kmsan_from_kasan_config.sh kmsan: add kmsan_from_kasan_config.sh to generate KMSAN config 2018-10-02 15:41:28 +02:00
kmsan-syzbot-bits.config kmsan: add kmsan_from_kasan_config.sh to generate KMSAN config 2018-10-02 15:41:28 +02:00
openbsd-syzkaller.mp dashboard/config: enable witness on OpenBSD 2019-01-24 07:38:43 +01:00
openbsd-syzkaller.sp dashboard/config: enable LOCKF_DIAGNOSTIC on OpenBSD 2019-01-03 09:29:12 +01:00
README.md Create README.md 2018-06-11 11:37:34 +02:00
upstream-apparmor.cmdline dashboard/config: enable HSR and NUMA_EMU 2018-12-26 18:24:53 +01:00
upstream-kasan.config dashboard/config: prepare for stacked security modules 2019-02-01 11:00:59 +01:00
upstream-kmsan.config dashboard/config: enable more linux net configs 2018-12-29 19:22:34 +01:00
upstream-leak.config dashboard/config: add KMEMLEAK config 2018-09-28 14:57:20 +02:00
upstream-selinux.cmdline dashboard/config: enable HSR and NUMA_EMU 2018-12-26 18:24:53 +01:00
upstream-smack.cmdline dashboard/config: enable HSR and NUMA_EMU 2018-12-26 18:24:53 +01:00
upstream.sysctl dashboard/config: enable more things in linux config 2018-09-07 15:06:27 +02:00

This dir contains kernel configs used by syzbot.