diff options
| author | Bader AlBassam <balbassam@users.noreply.github.com> | 2018-10-17 21:58:32 -0400 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-10-18 14:10:53 +0100 |
| commit | 9aba67b521aa5a2669f2f0c3cee2c4f46d23a4f3 (patch) | |
| tree | fd98fd02615acf0bbbdee5accdca767b610144d6 /docs/linux | |
| parent | d257b2d2d87c724251e9b84f54699072f2718ef3 (diff) | |
Added kernel config options for debian stretch
Diffstat (limited to 'docs/linux')
| -rw-r--r-- | docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md b/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md index d707905f7..d0f9cc110 100644 --- a/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md +++ b/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md @@ -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: |
