mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-14 21:12:59 +02:00
kernel: enable CONFIG_DEBUG_FS
allow syscall tracing with eBPF like bcc libbpf-tools opensnoop to trouble shoot open syscall for UI user nobody unable to run loxicmd save -a -c /var/ipfire/loxilib/ see https://github.com/vincentmli/BPFire/issues/30 mount -t debugfs none /sys/kernel/debug/ Signed-off-by: Vincent Li <vincent.mc.li@gmail.com>
This commit is contained in:
@@ -6,3 +6,6 @@ CONFIG_BPF_UNPRIV_DEFAULT_OFF=y
|
||||
CONFIG_KPROBES=y
|
||||
CONFIG_KPROBE_EVENTS=y
|
||||
CONFIG_BPF_EVENTS=y
|
||||
CONFIG_UPROBES=y
|
||||
CONFIG_UPROBE_EVENTS=y
|
||||
CONFIG_DEBUG_FS=y
|
||||
|
||||
Reference in New Issue
Block a user