diff --git a/scripts/falco-driver-loader b/scripts/falco-driver-loader index a27a348f..d454f058 100755 --- a/scripts/falco-driver-loader +++ b/scripts/falco-driver-loader @@ -131,7 +131,7 @@ get_target_id() { if [[ $KERNEL_RELEASE == *"aws"* ]]; then TARGET_ID="ubuntu-aws" else - TARGET_ID="ubuntu" + TARGET_ID="ubuntu-generic" fi ;; (*) @@ -438,4 +438,4 @@ if [ -v FALCO_BPF_PROBE ] || [ "${1}" = "bpf" ]; then load_bpf_probe else load_kernel_module -fi \ No newline at end of file +fi