-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Auditbeat/FIM/kprobes]: allow extra syscalls by auditbeat required in FIM with kprobes #39361
[Auditbeat/FIM/kprobes]: allow extra syscalls by auditbeat required in FIM with kprobes #39361
Conversation
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
99b607f
to
603f60c
Compare
Pinging @elastic/sec-linux-platform (Team:Security-Linux Platform) |
run docs-build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…n FIM with kprobes (#39361) * fix(auditbeat/fim/kprobes): allow appropriate syscalls for seccomp/apparmor policies * fix(auditbeat/fim/kprobes): check correctly the "fsnotify_nameremove" symbol * fix(auditbeat/fim/tests): remove check on absent key of the event for ebpf * doc: update CHANGELOG.next.asciidoc (cherry picked from commit ab54de6)
…n FIM with kprobes (#39361) * fix(auditbeat/fim/kprobes): allow appropriate syscalls for seccomp/apparmor policies * fix(auditbeat/fim/kprobes): check correctly the "fsnotify_nameremove" symbol * fix(auditbeat/fim/tests): remove check on absent key of the event for ebpf * doc: update CHANGELOG.next.asciidoc (cherry picked from commit ab54de6)
…n FIM with kprobes (#39361) (#39365) * fix(auditbeat/fim/kprobes): allow appropriate syscalls for seccomp/apparmor policies * fix(auditbeat/fim/kprobes): check correctly the "fsnotify_nameremove" symbol * fix(auditbeat/fim/tests): remove check on absent key of the event for ebpf * doc: update CHANGELOG.next.asciidoc (cherry picked from commit ab54de6) Co-authored-by: Panos Koutsovasilis <[email protected]>
…n FIM with kprobes (#39361) (#39366) * fix(auditbeat/fim/kprobes): allow appropriate syscalls for seccomp/apparmor policies * fix(auditbeat/fim/kprobes): check correctly the "fsnotify_nameremove" symbol * fix(auditbeat/fim/tests): remove check on absent key of the event for ebpf * doc: update CHANGELOG.next.asciidoc (cherry picked from commit ab54de6) Co-authored-by: Panos Koutsovasilis <[email protected]>
Proposed commit message
This PR allows extra necessary syscalls in the applied seccomp/apparmor policy invoked during the verification stage of FIM kprobes. Also it removes the wrong check of event[
process.executable
] for ebpf backend in the integrations tests. Such a coupling of commits is ok as both of them need to be back-ported at8.14
and8.13
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Author's Checklist
N/A
How to test this PR locally
Already tested here
Related issues
Use cases
N/A
Screenshots
N/A
Logs
N/A