-
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
x-pack/auditbeat/module/system/process: don't try to hash files in other namespaces #29786
Conversation
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
💚 Flaky test reportTests succeeded. 🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
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, thanks for fixing
…her namespaces (#29786) (#29910) (cherry picked from commit 298e4fc) Co-authored-by: Dan Kortschak <[email protected]>
What does this PR do?
This change prevents fruitless attempts to hash files in mnt namespaces that differ from the running auditbeat process.
Why is it important?
See linked related issues.
Checklist
- [ ] I have made corresponding change to the default configuration filesCHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Author's Checklist
N/A
How to test this PR locally
mage test
Related issues
Use cases
See linked issues.
Screenshots
N/A
Logs
N/A