mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-10 02:59:38 +00:00
fix(falco-driver-loader): target for ubuntu is ubuntu-generic
The upstream files for the generic Ubuntu kernel are all called ubuntu-generic see: https://dl.bintray.com/falcosecurity/driver/96bd9bc560f67742738eb7255aeb4d03046b8045/ Signed-off-by: Reshad Patuck <reshad@patuck.net>
This commit is contained in:
@@ -131,7 +131,7 @@ get_target_id() {
|
|||||||
if [[ $KERNEL_RELEASE == *"aws"* ]]; then
|
if [[ $KERNEL_RELEASE == *"aws"* ]]; then
|
||||||
TARGET_ID="ubuntu-aws"
|
TARGET_ID="ubuntu-aws"
|
||||||
else
|
else
|
||||||
TARGET_ID="ubuntu"
|
TARGET_ID="ubuntu-generic"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
(*)
|
(*)
|
||||||
|
Reference in New Issue
Block a user