Skip to content

Commit

Permalink
fix(falco-driver-loader): target for ubuntu is ubuntu-generic
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Reshad Patuck authored and reshadp committed May 15, 2020
1 parent 5c69639 commit 17a0d5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/falco-driver-loader
Original file line number Diff line number Diff line change
Expand Up @@ -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
;;
(*)
Expand Down Expand Up @@ -438,4 +438,4 @@ if [ -v FALCO_BPF_PROBE ] || [ "${1}" = "bpf" ]; then
load_bpf_probe
else
load_kernel_module
fi
fi

0 comments on commit 17a0d5d

Please sign in to comment.