From de63a36ead979b03a11362b75f595ece84d8513f Mon Sep 17 00:00:00 2001 From: Lorenzo Susini Date: Mon, 6 Feb 2023 15:54:39 +0000 Subject: [PATCH] update: add allowed types to falcoctl artifact follow service Signed-off-by: Lorenzo Susini --- scripts/systemd/falcoctl-artifact-follow.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/systemd/falcoctl-artifact-follow.service b/scripts/systemd/falcoctl-artifact-follow.service index 0089e84a..70981a19 100644 --- a/scripts/systemd/falcoctl-artifact-follow.service +++ b/scripts/systemd/falcoctl-artifact-follow.service @@ -6,7 +6,7 @@ PartOf=falco-bpf.service falco-kmod.service falco-modern-bpf.service falco-custo [Service] Type=simple User=root -ExecStart=/usr/bin/falcoctl artifact follow +ExecStart=/usr/bin/falcoctl artifact follow --allowed-types=rulesfile UMask=0077 TimeoutSec=30 RestartSec=15s