Skip to content

Commit 1d3cd24

Browse files
LucaGuerrapoiana
authored andcommitted
fix(incubating_rules): revert #508
Signed-off-by: Luca Guerra <[email protected]>
1 parent 068f0f2 commit 1d3cd24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/falco-incubating_rules.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1300,7 +1300,7 @@
13001300
whether the syscall failed or succeeded, remove the direction filter and add the evt.arg.res_or_fd output field.
13011301
condition: >
13021302
evt.type=bpf and evt.dir=>
1303-
and evt.arg.cmd=BPF_PROG_LOAD
1303+
and (evt.arg.cmd=5 or evt.arg.cmd=BPF_PROG_LOAD)
13041304
and not bpf_profiled_procs
13051305
output: BPF Program Not Profiled (bpf_cmd=%evt.arg.cmd evt_type=%evt.type user=%user.name user_uid=%user.uid user_loginuid=%user.loginuid process=%proc.name proc_exepath=%proc.exepath parent=%proc.pname command=%proc.cmdline terminal=%proc.tty %container.info)
13061306
priority: NOTICE

0 commit comments

Comments
 (0)