Skip to content

Commit

Permalink
fix: fill the missing type in tracingpolicy example
Browse files Browse the repository at this point in the history
remove pkg/tracingpolicy/examples/tracepoint-lseek-test.yaml and correct the args in pkg/tracingpolicy/examples/tracepoint-lseek-pid.yaml

Signed-off-by: sadath-12 <[email protected]>
  • Loading branch information
sadath-12 authored and lambdanis committed Jan 25, 2024
1 parent 2a8bdc0 commit 52352d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
2 changes: 2 additions & 0 deletions pkg/tracingpolicy/examples/tracepoint-lseek-pid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ spec:
event: "sys_enter_lseek"
args:
- index: 7
type: "auto"
- index: 5
type: "auto"
selectors:
- matchPIDs:
- operator: In
Expand Down
17 changes: 0 additions & 17 deletions pkg/tracingpolicy/examples/tracepoint-lseek-test.yaml

This file was deleted.

0 comments on commit 52352d8

Please sign in to comment.