*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 4246e90d authored by entlein's avatar entlein
Browse files

testing a tracing policy

parent f9f8f47d
Branches
No related tags found
1 merge request!1Restore main as the default branch
...@@ -12,3 +12,32 @@ spec: ...@@ -12,3 +12,32 @@ spec:
chart: tetragon chart: tetragon
version: {{ item.value.version | default("v0.8.0") }} version: {{ item.value.version | default("v0.8.0") }}
targetNamespace: kube-system targetNamespace: kube-system
---
apiVersion: cilium.io/v1alpha1
kind: TracingPolicy
metadata:
name: "sys-pivot-root"
spec:
kprobes:
# __x64_sys_pivot_root(const char new root, const char put_old)
- call: "__x64_sys_pivot_root"
syscall: true
args:
- index: 0
type: "string"
- index: 1
type: "string"
selectors:
- matchPIDs:
- operator: NotIn
followForks: true
isNamespacePID: true
values:
- 1
- operator: NotIn
followForks: true
isNamespacePID: true
values:
- 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment