mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-28 07:37:32 +00:00
chore(falco.yaml): use HOME env var for ebpf probe path.
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
parent
cbbcb61153
commit
752e8bf16c
@ -318,7 +318,7 @@ engine:
|
|||||||
drop_failed_exit: false
|
drop_failed_exit: false
|
||||||
ebpf:
|
ebpf:
|
||||||
# path to the elf file to load.
|
# path to the elf file to load.
|
||||||
probe: /root/.falco/falco-bpf.o
|
probe: ${HOME}/.falco/falco-bpf.o
|
||||||
buf_size_preset: 4
|
buf_size_preset: 4
|
||||||
drop_failed_exit: false
|
drop_failed_exit: false
|
||||||
modern_ebpf:
|
modern_ebpf:
|
||||||
|
Loading…
Reference in New Issue
Block a user