Skip to content

BPF Design Decisions #593

Discussion options

You must be logged in to vote

Hi @rtkaratekid ,
Many thanks for the compliments! Knowing that people find your code helpful is very satisfying.

You got most of the things right, and I think that what you are missing is that Tracee (more specifically tracee-ebpf) is capable of showing not only system calls events. If you are using the latest docker image (v0.5.0), you can list all of the events that are supported by Tracee ebpf using the -l flag:
docker run -it --rm aquasec/tracee:latest trace -l
Note: In previous versions of Tracee, there was no need to provide the trace command, but this is now necessary as tracee-ebpf became just one of the components of Tracee (the other major component is tracee-rules)

By listing …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by rtkaratekid
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants