Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaeldtinoco committed Sep 5, 2023
1 parent 31e47aa commit a66f642
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/events/core.go
Original file line number Diff line number Diff line change
Expand Up @@ -10344,7 +10344,9 @@ var CoreEvents = map[ID]Definition{
ids: []ID{
DoInitModule,
},
kSymbols: []KSymbol{},
kSymbols: []KSymbol{
{symbol: "_stext", required: true},
},
capabilities: Capabilities{
base: []cap.Value{
cap.SYSLOG, // read /proc/kallsyms
Expand Down

0 comments on commit a66f642

Please sign in to comment.