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

Reuse falco-driver-loader script from 0.28.1 for all Falco versions #28

Closed VJftw closed 3 years ago

VJftw commented 3 years ago

This PR re-uses the falco-driver-loader script from Falco 0.28.1, whilst maintaining the hardcoded DRIVERS_REPO, DRIVER_VERSION and DRIVER_NAME values from the original script shipped w/ other Falco versions.

This is needed so that we can build probes for other versions of Falco where the falco-driver-loader script is different as the sed patches we have written only work against the script at Falco 0.28.1.

This closes #20 and potentially closes #27 (time will tell).