Skip to content

Commit

Permalink
Fix cgroup rmdir probe (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
anjmao committed Sep 18, 2024
1 parent b8854a7 commit 23802ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/ebpftracer/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -5573,10 +5573,10 @@ func newEventsDefinitionSet(objs *tracerObjects) map[events.ID]definition {
name: "security_bprm_check",
dependencies: dependencies{
probes: []EventProbe{
{handle: ProbeSecurityBPRMCheck, required: true},
{handle: ProbeCgroupRmdir, required: true},
},
},
sets: []string{"lsm_hooks", "proc", "proc_life"},
sets: []string{},
params: []argMeta{
{Type: "u64", Name: "cgroup_id"},
{Type: "const char*", Name: "cgroup_path"},
Expand Down

0 comments on commit 23802ff

Please sign in to comment.