From 38ebc61808f5ad9b54a4f955bc3abdb5528a1d02 Mon Sep 17 00:00:00 2001 From: Kaizhe Huang Date: Fri, 4 Jun 2021 21:02:01 -0700 Subject: [PATCH] fix tests Signed-off-by: Kaizhe Huang --- test/falco_tests.yaml | 1 + test/falco_traces.yaml.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/test/falco_tests.yaml b/test/falco_tests.yaml index edbd8e55..da54317b 100644 --- a/test/falco_tests.yaml +++ b/test/falco_tests.yaml @@ -763,6 +763,7 @@ trace_files: !mux - "Non sudo setuid": 1 - "Create files below dev": 1 - "Modify binary dirs": 2 + - "Change thread namespace": 0 disabled_tags_a: detect: True diff --git a/test/falco_traces.yaml.in b/test/falco_traces.yaml.in index 5f107363..7530cf6d 100644 --- a/test/falco_traces.yaml.in +++ b/test/falco_traces.yaml.in @@ -23,7 +23,7 @@ has_json_output: !mux traces: !mux change-thread-namespace: trace_file: traces-positive/change-thread-namespace.scap - detect: False + detect: True detect_level: NOTICE detect_counts: - "Change thread namespace": 0