Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Heartbeat] Remove duplicate seccomp syscalls #37440

Merged
merged 2 commits into from
Dec 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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