Skip to content
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

tetragon: Fix override program pin for fmodret and kprobe multi #3298

Merged
merged 2 commits into from
Jan 13, 2025

Conversation

olsajiri
Copy link
Contributor

Currently we pin override program with -override suffix, like:

.../generic_kprobe/security_inode_mkdir-override

It's leftover from before we had the the bpffs directory structure, now we should pin it like:

.../generic_kprobe/security_inode_mkdir/prog_override

Currently we pin override program with -override suffix, like:

  .../generic_kprobe/security_inode_mkdir-override

It's leftover from before we had the the bpffs directory structure,
now we should pin it like:

  .../generic_kprobe/security_inode_mkdir/prog_override

Signed-off-by: Jiri Olsa <[email protected]>
@olsajiri olsajiri added the release-note/minor This PR introduces a minor user-visible change label Jan 10, 2025
Copy link

netlify bot commented Jan 10, 2025

Deploy Preview for tetragon ready!

Name Link
🔨 Latest commit afa5b2a
🔍 Latest deploy log https://app.netlify.com/sites/tetragon/deploys/6781a7317969980008e10a9f
😎 Deploy Preview https://deploy-preview-3298--tetragon.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Currently we don't remove the top level tetragon bpffs directory
on tetragon exit, let's do that.

Signed-off-by: Jiri Olsa <[email protected]>
@olsajiri olsajiri marked this pull request as ready for review January 12, 2025 09:52
@olsajiri olsajiri requested a review from a team as a code owner January 12, 2025 09:52
@olsajiri olsajiri requested a review from kevsecurity January 12, 2025 09:52
Copy link
Member

@mtardy mtardy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Love the 2nd commit as I noticed that as well.

@olsajiri olsajiri merged commit 5f8a8ef into main Jan 13, 2025
40 checks passed
@olsajiri olsajiri deleted the pr/olsajiri/fixes branch January 13, 2025 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-note/minor This PR introduces a minor user-visible change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants