aboutsummaryrefslogtreecommitdiffstats
path: root/docs/linux
diff options
context:
space:
mode:
Diffstat (limited to 'docs/linux')
-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