Skip to content

Commit

Permalink
tracee-ebpf: increase event count on init event (aquasecurity#1381)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlonZivony authored Jan 23, 2022
1 parent 9d07b19 commit 3908731
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tracee-ebpf/tracee/tracee.go
Original file line number Diff line number Diff line change
Expand Up @@ -1049,5 +1049,6 @@ func (t *Tracee) invokeInitNamespacesEvent() {
if t.eventsToTrace[InitNamespacesEventID] {
systemInfoEvent, _ := CreateInitNamespacesEvent()
t.config.ChanEvents <- systemInfoEvent
t.stats.eventCounter.Increment()
}
}

0 comments on commit 3908731

Please sign in to comment.