mirror of
https://github.com/falcosecurity/falco.git
synced 2025-10-22 12:27:10 +00:00
The Flatcar kernel module build needs to relocate binaries in /host/lib/modules to run with the host's ld and glibc. While testing with glibc 2.34 that we plan to introduce soon, we found that the previous dynlinker symlink (ld-xxx.so) doesn't exist any longer. Update the hostld variable to use a path that is present in all versions of glibc. Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>