-
Notifications
You must be signed in to change notification settings - Fork 176
wip: feat!: isolate legacy bpf probe TOCTOU mitigation logic #2586
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
base: master
Are you sure you want to change the base?
Conversation
|
Please double check driver/API_VERSION file. See versioning. /hold |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ekoops The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
f19773d to
96ed25e
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2586 +/- ##
=======================================
Coverage 78.17% 78.17%
=======================================
Files 298 298
Lines 32098 32098
Branches 4691 4691
=======================================
Hits 25092 25092
Misses 7006 7006
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:
|
adaddd1 to
b137cc5
Compare
X64 kernel testing matrix
ARM64 kernel testing matrix
|
e4028f8 to
785e89a
Compare
785e89a to
cb97d71
Compare
Signed-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>
cb97d71 to
6fdb319
Compare
|
Unfortunately, it's too late to include this in the upcoming Falco release. |
|
Unfortunately, this breaks the legacy eBPF probe in few distro/kernel combinations, and given the proposal to deprecate the legacy eBPF probe (falcosecurity/falco#3755), I'm gonna move this the next release. If the proposal gets approved, I'll close this. |
What type of PR is this?
/kind design
/kind feature
Any specific area of the project related to this PR?
/area driver-bpf
/area libscap-engine-bpf
Does this PR require a change in the driver versions?
What this PR does / why we need it:
WIP
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
/milestone 0.22.0
Does this PR introduce a user-facing change?: