We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77c31e2 commit 3f71601Copy full SHA for 3f71601
1 file changed
kconfigs/config.common
@@ -1,6 +1,7 @@
1
CONFIG_BPF=y
2
CONFIG_BPF_EVENTS=y
3
CONFIG_BPF_JIT=y
4
+CONFIG_BPF_LSM=y
5
CONFIG_BPF_SYSCALL=y
6
CONFIG_DEBUG_INFO=y
7
CONFIG_DEBUG_INFO_BTF=y
@@ -14,8 +15,11 @@ CONFIG_KPROBES=y
14
15
CONFIG_KPROBE_EVENTS=y
16
CONFIG_MMU=y
17
CONFIG_MODULES=y
18
+CONFIG_MULTIUSER=y
19
CONFIG_NET=y
20
CONFIG_PERF_EVENTS=y
21
+CONFIG_SECURITY=y
22
+CONFIG_SYSFS=y
23
CONFIG_TRACEPOINTS=y
24
CONFIG_TRACING=y
25
CONFIG_UPROBE_EVENTS=y
0 commit comments