add capability for tracer (#1496)

Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
This commit is contained in:
iluxa
2024-02-06 13:38:21 -08:00
committed by GitHub
co-authored by Alon Girmonsky
parent 6785f024e4
commit 26e23dc94f
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -57,6 +57,8 @@ func CreateDefaultConfig() ConfigStruct {
"SYS_RESOURCE",
// CHECKPOINT_RESTORE is required to readlink /proc/PID/exe (kernel > 5.9)
"CHECKPOINT_RESTORE",
// IPC_LOCK is required for ebpf perf rings (kernel > )
"IPC_LOCK",
},
},
Auth: configStructs.AuthConfig{
+1
View File
@@ -105,6 +105,7 @@ tap:
- SYS_PTRACE
- SYS_RESOURCE
- CHECKPOINT_RESTORE
- IPC_LOCK
globalFilter: ""
metrics:
port: 49100