Skip to content

Commit

Permalink
[WIP] procFS fallback, tests...
Browse files Browse the repository at this point in the history
  • Loading branch information
mftoure committed Oct 15, 2024
1 parent f7ec124 commit c2d5713
Show file tree
Hide file tree
Showing 4 changed files with 713 additions and 359 deletions.
1 change: 1 addition & 0 deletions pkg/security/process_list/exec_node.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ func NewExecNodeFromEvent(event *model.Event, key interface{}) *ExecNode {
}
exec := NewEmptyExecNode()
exec.Process = event.ProcessContext.Process

exec.Key = key
return exec
}
Expand Down
Loading

0 comments on commit c2d5713

Please sign in to comment.