Skip to content

Commit

Permalink
fix(events): setuid16 arg name typo
Browse files Browse the repository at this point in the history
'git log --grep old_old_uid_t' in Linux kernel code didn't return any
results.
  • Loading branch information
geyslan committed Oct 4, 2024
1 parent 4be80d3 commit 8a96e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/events/core.go
Original file line number Diff line number Diff line change
Expand Up @@ -10388,7 +10388,7 @@ var CoreEvents = map[ID]Definition{
syscall: true,
sets: []string{"syscalls", "32bit_unique"},
params: []trace.ArgMeta{
{Type: "old_old_uid_t", Name: "uid"},
{Type: "old_uid_t", Name: "uid"},
},
dependencies: Dependencies{
probes: []Probe{
Expand Down

0 comments on commit 8a96e92

Please sign in to comment.