-
Notifications
You must be signed in to change notification settings - Fork 174
fix(userspace/libsinsp): remove state handling for PPM_SYSCALL_MKDIR
#2480
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
fix(userspace/libsinsp): remove state handling for PPM_SYSCALL_MKDIR
#2480
Conversation
The new driver does not emit `PPM_SYSCALL_MKDIR` events anymore, and there is no longer need to handle the old version of the mkdir event. This update removes the state handling and adds conversion rules for the scap files. Signed-off-by: Tero Kauppinen <tero.kauppinen@est.tech>
/milestone 0.22.0 |
Perf diff from master - unit tests
Heap diff from master - unit tests
Heap diff from master - scap file
Benchmarks diff from master
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2480 +/- ##
==========================================
- Coverage 77.89% 77.88% -0.01%
==========================================
Files 251 251
Lines 31078 31071 -7
Branches 4653 4653
==========================================
- Hits 24208 24201 -7
Misses 6870 6870
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ekoops, terror96 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
LGTM label has been added. Git tree hash: 36d20a617d9a507aaa7fb922abb7ac95f2545386
|
The new driver does not emit
PPM_SYSCALL_MKDIR
events anymore, and there is no longer need to handle the old version of the mkdir event. This update removes the state handling and adds conversion rules for the scap files.What type of PR is this?
/kind feature
Any specific area of the project related to this PR?
/area libscap-engine-savefile
/area libsinsp
/area tests
Does this PR require a change in the driver versions?
/version driver-SCHEMA-version-minor
What this PR does / why we need it:
This PR is part of #2068.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: