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: Add support for linux_binprm type #2028

Closed

Conversation

dwindsor
Copy link
Collaborator

@dwindsor dwindsor commented Jan 26, 2024

See #1983 .

This is a recreation of #1986 intended to comply with guidance in Making Changes from the Contribution Guide.

@dwindsor dwindsor requested a review from a team as a code owner January 26, 2024 18:02
@dwindsor dwindsor requested a review from tpapagian January 26, 2024 18:02
Copy link

netlify bot commented Jan 26, 2024

Deploy Preview for tetragon ready!

Name Link
🔨 Latest commit cea14d7
🔍 Latest deploy log https://app.netlify.com/sites/tetragon/deploys/65b3f39f070dc800081c0916
😎 Deploy Preview https://deploy-preview-2028--tetragon.netlify.app/docs/reference/grpc-api
📱 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.

struct linux_binprm contains much valuable information about the context
of new programs' execution.

Add support for extracting the path from struct linux_binprm and exposing
a new linux_binprm type for use in TracingPolicy's.

Signed-off-by: David Windsor <[email protected]>
@dwindsor dwindsor force-pushed the pr/dwindsor/tetragon-add-binprm branch from cea14d7 to 2718a69 Compare January 26, 2024 18:08
Signed-off-by: David Windsor <[email protected]>
Signed-off-by: David Windsor <[email protected]>
@mtardy
Copy link
Member

mtardy commented Jan 31, 2024

If that's okay I'll close that one to not mix with the original one #1986. We can reopen if you disagree!

@mtardy mtardy closed this Jan 31, 2024
@dwindsor
Copy link
Collaborator Author

dwindsor commented Feb 1, 2024

Makes sense to me, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants