From fbd6628693822c591211f9f95dfe3f00965beaba Mon Sep 17 00:00:00 2001 From: Andrea Terzolo Date: Sun, 16 Oct 2022 17:19:12 +0000 Subject: [PATCH] new(config): add the `simulate_drops` config explicitly Signed-off-by: Andrea Terzolo --- falco.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/falco.yaml b/falco.yaml index caa9e0bb..c604d93c 100644 --- a/falco.yaml +++ b/falco.yaml @@ -150,6 +150,7 @@ syscall_event_drops: - alert rate: .03333 max_burst: 1 + simulate_drops: false # Falco uses a shared buffer between the kernel and userspace to receive # the events (eg., system call information) in userspace.