Skip to content

Commit

Permalink
revert seccomp change
Browse files Browse the repository at this point in the history
  • Loading branch information
mjwolf committed Oct 10, 2024
1 parent 3f7a5eb commit aa10e60
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion x-pack/auditbeat/processors/sessionmd/types/process.go
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,6 @@ func (p *Process) ToMap() mapstr.M {
if p.End != nil {
process.Put("end", p.End)
}
// TODO: are other Ends needed, ancestors shouldn't end before process

return process
}
1 change: 0 additions & 1 deletion x-pack/auditbeat/seccomp_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ func init() {

// The system/socket dataset uses additional syscalls
if err := seccomp.ModifyDefaultPolicy(seccomp.AddSyscall,
"eventfd2",
"mount",
"mq_open", // required for creds kprobe guess trigger.
"perf_event_open",
Expand Down

0 comments on commit aa10e60

Please sign in to comment.