mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Enable kernel BPF without tracing capability
enable kernel BPF XDP/TC capability, no tracing Signed-off-by: Vincent Li <vincent.mc.li@gmail.com>
This commit is contained in:
6
config/kernel/kernel.config.bpf
Normal file
6
config/kernel/kernel.config.bpf
Normal file
@@ -0,0 +1,6 @@
|
||||
CONFIG_BPF_SYSCALL=y
|
||||
CONFIG_DEBUG_INFO=y
|
||||
CONFIG_DEBUG_INFO_BTF=y
|
||||
CONFIG_DEBUG_INFO_DWARF4=y
|
||||
CONFIG_BPF_UNPRIV_DEFAULT_OFF=y
|
||||
|
||||
Reference in New Issue
Block a user