From 195cc154e260ce9d7172c0ad3d6aab4b4c849495 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 27 Apr 2018 16:03:10 +0200 Subject: Update kernel_configs.md --- docs/linux/kernel_configs.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/linux') diff --git a/docs/linux/kernel_configs.md b/docs/linux/kernel_configs.md index 01c3be228..46b3fcb88 100644 --- a/docs/linux/kernel_configs.md +++ b/docs/linux/kernel_configs.md @@ -22,6 +22,12 @@ To show code coverage in web interface: CONFIG_DEBUG_INFO=y ``` +For detection of enabled syscalls and kernel bitness: +``` +CONFIG_KALLSYMS=y +CONFIG_KALLSYMS_ALL=y +``` + For `namespace` sandbox: ``` CONFIG_NAMESPACES=y -- cgit mrf-deployment