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: setup to let match binary names use args as well #3210

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

jrfastab
Copy link
Contributor

Setting up ability to match args as well as binary names. This is useful for matching 'java beaches.jar' or 'python palmTree.py' where the binary itself is an interpretor and the actual thing being called is what matters.

Setting up ability to match args as well as binary names. This is useful
for matching 'java beaches.jar' or 'python palmTree.py' where the binary
itself is an interpretor and the actual thing being called is what matters.

Signed-off-by: John Fastabend <[email protected]>
@jrfastab jrfastab requested a review from a team as a code owner December 10, 2024 23:37
@jrfastab jrfastab requested a review from tpapagian December 10, 2024 23:37
@jrfastab jrfastab force-pushed the pr/jrfastab/debugBinary branch 3 times, most recently from 0eefd8a to 340ee2e Compare December 10, 2024 23:46
@jrfastab jrfastab added kind/feature This introduces a new functionality release-note/minor This PR introduces a minor user-visible change labels Dec 10, 2024
bpf/lib/process.h Show resolved Hide resolved
@jrfastab jrfastab force-pushed the pr/jrfastab/debugBinary branch from 340ee2e to aa57639 Compare December 11, 2024 16:15
@jrfastab jrfastab requested a review from kkourt December 11, 2024 16:15
bpf/lib/process.h Outdated Show resolved Hide resolved
bpf/process/bpf_execve_event.c Show resolved Hide resolved
@jrfastab jrfastab force-pushed the pr/jrfastab/debugBinary branch from aa57639 to 617d25a Compare December 11, 2024 17:21
@jrfastab jrfastab force-pushed the pr/jrfastab/debugBinary branch from 617d25a to 1c92bba Compare December 11, 2024 17:34
@jrfastab jrfastab merged commit 93db38d into main Dec 11, 2024
42 of 43 checks passed
@jrfastab jrfastab deleted the pr/jrfastab/debugBinary branch December 11, 2024 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature This introduces a new functionality 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