William Findlay
William Findlay
Is this a KinD cluster by any chance? If so you would need to make sure the file is present in the KinD container in order for extraHostPathMounts to work...
@kkourt no CRD, these are from base sensors. Here's the config and precise version: ``` $ uname -r 5.17.5-arch1-1 ``` [kconfig.tar.gz](https://github.com/cilium/tetragon/files/8689318/kconfig.tar.gz)
@seeker815 thanks, I think nobody had taken this on yet so do feel free :)
Thanks for taking this over!
Related, let's add a CI lint job that bans the direct use of pt_regs in the future.
Hmm, good point about build.rs support. Although, to be honest, I envision this being the most useful as a standalone tool during development and a library for use at runtime...
Sounds good to me then :)
@alessandrod @dave-tucker I just had another thought before I start working on this -- what about making this a cargo subcommand instead? For example `cargo aya generate` or `cargo aya...
> Are these all or only some? We should build all test binaries like this in a step other than make test (that one would run with sudo), maybe just...
Heavy :+1: from me. One question though: what do we think should happen if more than one tracing policy could have been responsible for a single event? Would we just...