mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-01 06:29:47 +00:00
fix(scripts): by default, do not enable any driver.
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
parent
ca55e70a33
commit
cbea78b283
@ -41,9 +41,6 @@ case "$1" in
|
||||
chosen_driver="plugin"
|
||||
;;
|
||||
esac
|
||||
else
|
||||
# Default at old behavior: enable kmod driver
|
||||
chosen_driver="kmod"
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
@ -40,9 +40,6 @@ case "$1" in
|
||||
chosen_driver="plugin"
|
||||
;;
|
||||
esac
|
||||
else
|
||||
# Default at old behavior: enable kmod driver
|
||||
chosen_driver="kmod"
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user