mirror of
https://github.com/reactos/syzkaller.git
synced 2024-12-13 14:25:59 +00:00
Added kernel config options for debian stretch
This commit is contained in:
parent
d257b2d2d8
commit
9aba67b521
@ -78,6 +78,12 @@ CONFIG_KASAN=y
|
||||
CONFIG_KASAN_INLINE=y
|
||||
```
|
||||
|
||||
You may also need the following for a recent linux image:
|
||||
```
|
||||
CONFIG_CONFIGFS_FS=y
|
||||
CONFIG_SECURITYFS=y
|
||||
```
|
||||
|
||||
You might also want to enable some other kernel configs as described [here](kernel_configs.md).
|
||||
|
||||
Since enabling these options results in more sub options being available, we need to regenerate config. Run this and press enter each time when prompted for some config value to leave it as default:
|
||||
|
Loading…
Reference in New Issue
Block a user