mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-11 19:12:12 +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"
|
chosen_driver="plugin"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
else
|
|
||||||
# Default at old behavior: enable kmod driver
|
|
||||||
chosen_driver="kmod"
|
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
@ -40,9 +40,6 @@ case "$1" in
|
|||||||
chosen_driver="plugin"
|
chosen_driver="plugin"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
else
|
|
||||||
# Default at old behavior: enable kmod driver
|
|
||||||
chosen_driver="kmod"
|
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user