mirror of
https://github.com/falcosecurity/falco.git
synced 2025-10-22 03:49:36 +00:00
Attempting to start falco on a host that had a similarly named module (e.g., "falcon") would cause the falco-driver-loader to loop attempting to rmmod falco when falco was not loaded. falco-driver-loader will now inspect only the first column of lsmod output and require the whole search string to match Fixes #1468 Signed-off-by: Dominic Evans <dominic.evans@uk.ibm.com>