mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-05 21:51:00 +00:00
21 lines
379 B
YAML
21 lines
379 B
YAML
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
|