Skip to content

Commit

Permalink
tetragon: Add support for linux_binprm type
Browse files Browse the repository at this point in the history
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 <dawindso@cisco.com>
  • Loading branch information
dwindsor committed Jan 26, 2024
1 parent b12bd74 commit 2718a69
Show file tree
Hide file tree
Showing 27 changed files with 1,535 additions and 987 deletions.
17 changes: 17 additions & 0 deletions api/v1/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

73 changes: 73 additions & 0 deletions api/v1/tetragon/codegen/eventchecker/eventchecker.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2718a69

Please sign in to comment.