Skip to content

Commit

Permalink
fix spec
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Olsa <[email protected]>
  • Loading branch information
olsajiri committed Nov 30, 2023
1 parent 99f83b2 commit 988d7a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/tracingpolicy/killer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ spec:
values:
- "sys_dup"
- "sys_dup2"
- "__ia32_sys_dup"
killers:
- syscalls:
- "list:dups"
Expand All @@ -17,7 +18,7 @@ spec:
event: "sys_enter"
args:
- index: 4
type: "uint64"
type: "syscall64"
selectors:
- matchArgs:
- index: 0
Expand Down

0 comments on commit 988d7a3

Please sign in to comment.