Skip to content

Commit

Permalink
[Heartbeat] Remove duplicate seccomp syscalls (elastic#37440)
Browse files Browse the repository at this point in the history
Remove duplicated pwrte64 syscall is preventing the filter from being installed.
  • Loading branch information
emilioalvap authored and Scholar-Li committed Feb 5, 2024
1 parent bfb3719 commit db335e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff]

- Fix panics when parsing dereferencing invalid parsed url. {pull}34702[34702]
- Added fix for formatting the logs from stateloader properly. {pull}37369[37369]
- Remove duplicated syscall from arm seccomp profile. {pull}37440[37440]

*Metricbeat*

Expand Down
1 change: 0 additions & 1 deletion heartbeat/security/policy_linux_arm64.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ func init() {
"prlimit64",
"pselect6",
"pwrite64",
"pwrite64",
"read",
"readlinkat",
"recvfrom",
Expand Down

0 comments on commit db335e9

Please sign in to comment.