Mahé
Mahé
This is a follow-up of https://github.com/cilium/tetragon/pull/976 to enable new linters to increase the code quality, remove bugs and improve readability in a sustainable way. Add the following linters and fix...
Technically making the theme work with multiple versions should be pretty straightforward. The thing to figure out is how to serve those different versions correctly using the current deployment tool:...
The documentation on `TracingPolicy` limitation might be outdated. It would be interesting to update the documentation and add tests case to make sure the limitations are prevented from the agent...
**Please tell us a bit more about the topic** I would love to present [Tetragon](https://github.com/cilium/tetragon) to people at SIG security tooling! It's an eBPF-based Security Observability and Runtime Enforcement software....
Deduplicate some codes shared between vmtests and LVH: - inject LVH runner.RunConf into vmtests RunConf and reuse existing LVH configuration fields. - use LVH runner.BuildQemuArgs along with custom vmtests logic....
Maybe (if we continue upgrading k8s deps along Cilium) during Cilium v1.16 dep update. > Commit https://github.com/cilium/tetragon/commit/a9c509f1f7c738bbeb1565f83eb9da70941a22ba replaced execution of deprecated scripts with k8s.io/code-generator/kube_codegen.sh. However, kube_codegen.sh doesn't generate code on...
After some work, LVH now [supports arm64](https://github.com/cilium/little-vm-helper/pulls?q=is%3Apr+author%3Amtardy+merged%3A2024-03-01..2024-04-18+) and [produces all the needed images](https://github.com/cilium/little-vm-helper-images/pulls?q=is%3Apr+author%3Amtardy+merged%3A2024-03-01..2024-04-18+), we can use that to run [Tetragon's vmtests](https://github.com/cilium/tetragon/blob/main/.github/workflows/vmtests.yml) on arm64. The only limitation, as of now, is...
This is now failing because: using emulation on arm64 runners we bumped into an issue we had in the little VM helper images CI, we need to force libguestfs to...
The existing TracingPolicy is powerful but provides a very small abstraction over kernel mechanisms such as kprobes, uprobes, or tracepoints and it might be difficult for users to use them....
See this thread https://github.com/cilium/little-vm-helper/pull/184#discussion_r1562104167. We've been using `_data` by default for a long time now, it would be nice to default to that folder (and if needed, create it) instead...