mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-31 22:28:22 +00:00
chore(scripts,cmake): rename modern_bpf to modern-bpf in deb and rpm scripts.
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
committed by
poiana
parent
87416ab67c
commit
4fc10bc774
@@ -38,7 +38,7 @@ case "$1" in
|
||||
chosen_driver="bpf"
|
||||
;;
|
||||
4)
|
||||
chosen_driver="modern_bpf"
|
||||
chosen_driver="modern-bpf"
|
||||
;;
|
||||
5)
|
||||
chosen_driver="plugin"
|
||||
@@ -73,7 +73,7 @@ if [ $1 -eq 1 ]; then
|
||||
/usr/bin/systemctl --system unmask "falco@.target" >/dev/null || true
|
||||
/usr/bin/systemctl --system unmask "falco-kmod.service" >/dev/null || true
|
||||
/usr/bin/systemctl --system unmask "falco-bpf.service" >/dev/null || true
|
||||
/usr/bin/systemctl --system unmask "falco-modern_bpf.service" >/dev/null || true
|
||||
/usr/bin/systemctl --system unmask "falco-modern-bpf.service" >/dev/null || true
|
||||
/usr/bin/systemctl --system unmask "falco-plugin.service" >/dev/null || true
|
||||
|
||||
if [ -n "$chosen_driver" ]; then
|
||||
|
Reference in New Issue
Block a user