thought-machine / falco-probes

Automated build and mirror of eBPF kernel probes for use as a driver with the Falco runtime security agent (https://falco.org/)
Apache License 2.0
16 stars 4 forks source link

Enable publishing of 5.10 probes #72

Closed hanawatson closed 1 year ago

hanawatson commented 1 year ago

Currently we're not publishing 5.10 probes - this PR fixes the compile error for 5.10 probes by deriving the KernelRelease from the kernel package name and KernelMachine (since we already have both of these) instead of using make, and then adds 5.10 to the yum-downloader extra repos.