aboutsummaryrefslogtreecommitdiffstats
path: root/docs/linux/kernel_configs.md
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-04-27 16:03:10 +0200
committerGitHub <noreply@github.com>2018-04-27 16:03:10 +0200
commit195cc154e260ce9d7172c0ad3d6aab4b4c849495 (patch)
tree91648ae21fe2393161bb0bf2779e7e83afbfb823 /docs/linux/kernel_configs.md
parent7785e4049f18ee2ad2144fd6bfd1bf3daef13856 (diff)
Update kernel_configs.md
Diffstat (limited to 'docs/linux/kernel_configs.md')
-rw-r--r--docs/linux/kernel_configs.md6
1 files changed, 6 insertions, 0 deletions
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