update
Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
parent
bfe8435665
commit
8d74a625bc
37 changed files with 224 additions and 103 deletions
21
platform/tetragon/policies/example.yaml
Normal file
21
platform/tetragon/policies/example.yaml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
apiVersion: cilium.io/v1alpha1
|
||||
kind: TracingPolicy
|
||||
metadata:
|
||||
name: "fd-install"
|
||||
spec:
|
||||
kprobes:
|
||||
- call: "fd_install"
|
||||
syscall: false
|
||||
args:
|
||||
- index: 0
|
||||
type: "int"
|
||||
- index: 1
|
||||
type: "file"
|
||||
selectors:
|
||||
- matchArgs:
|
||||
- index: 1
|
||||
operator: "Equal"
|
||||
values:
|
||||
- "/tmp/tetragon"
|
||||
matchActions:
|
||||
- action: Sigkill
|
||||
Loading…
Add table
Add a link
Reference in a new issue