[WIP] feat: extend string data filtering for other events#4470
Draft
rscampos wants to merge 3 commits intoaquasecurity:mainfrom
Draft
[WIP] feat: extend string data filtering for other events#4470rscampos wants to merge 3 commits intoaquasecurity:mainfrom
rscampos wants to merge 3 commits intoaquasecurity:mainfrom
Conversation
890848a to
d939aa8
Compare
a964fc9 to
af7f3c3
Compare
291d9c3 to
216438b
Compare
- Allow any field name in the in-kernel string filter. - Currently, only one string-type field name is supported. - Future support for multiple field names is planned.
216438b to
7264e21
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
1. Explain what the PR does
a964fc9 wip
41b8fa0 feat: extend string data filtering for other events
f8f0af6 feat: allow different field names
f8f0af6 feat: allow different field names
2. Explain how to test it
3. Other comments
part of #4432
The LSM events with in-kernel filter will be handled in the PR #4590.
Others events with in-kernel filter (
string filter):pathnamepathnamepathnamepathnamepathnamepathnamepathnamepathnamepathnamepathnamepathnamepathnamepathnamepathnamepathnamepathnamenamenamenamenamechar_device_namefile_namenamecgroup_pathcgroup_pathcgroup_pathprog_namesymbol_nameold_namefile_pathresolved_pathprev_commhidden_processin_file_path✅ Fully working with the triggers
☑️ Working with caveats
hidden_inodes- data filter is working but the event need to be fixed (#4588) since don't act as expected.dirty_pipe_splice- data filter is working but the trigger is not fully working yet