From fbac2a9570430ec1c149cb6f9579e9c2764f19a4 Mon Sep 17 00:00:00 2001 From: Andrea Terzolo Date: Wed, 5 Oct 2022 16:43:06 +0000 Subject: [PATCH] tests: fix broken tests Signed-off-by: Andrea Terzolo --- test/falco_traces.yaml.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/falco_traces.yaml.in b/test/falco_traces.yaml.in index 38758a4a..a64a985e 100644 --- a/test/falco_traces.yaml.in +++ b/test/falco_traces.yaml.in @@ -62,7 +62,7 @@ traces: !mux falco-event-generator: trace_file: traces-positive/falco-event-generator.scap detect: True - detect_level: [ERROR, WARNING, INFO, NOTICE, DEBUG] + detect_level: [ERROR, WARNING, NOTICE, DEBUG] detect_counts: - "Write below binary dir": 1 - "Read sensitive file untrusted": 3 @@ -71,7 +71,7 @@ traces: !mux - "Write below etc": 1 - "System procs network activity": 1 - "Mkdir binary dirs": 1 - - "System user interactive": 1 + - "System user interactive": 0 - "DB program spawned process": 1 - "Non sudo setuid": 1 - "Create files below dev": 1