mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-27 07:07:23 +00:00
new(docker): allow passing options to falco-driver-loader from the container image
Signed-off-by: Luca Guerra <luca@guerra.sh>
This commit is contained in:
parent
30aa28f2a6
commit
dae36c798a
@ -27,7 +27,8 @@ if [[ -z "${SKIP_DRIVER_LOADER}" ]]; then
|
|||||||
ln -s "$i" "/usr/src/$base"
|
ln -s "$i" "/usr/src/$base"
|
||||||
done
|
done
|
||||||
|
|
||||||
/usr/bin/falco-driver-loader
|
falco_driver_loader_option_arr=($FALCO_DRIVER_LOADER_OPTIONS)
|
||||||
|
/usr/bin/falco-driver-loader "${falco_driver_loader_option_arr[@]}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exec "$@"
|
exec "$@"
|
Loading…
Reference in New Issue
Block a user