From 7b0b4984eb738bc43ae8b52ec9df4780e88b443a Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lachance Date: Mon, 25 Mar 2019 19:37:50 -0400 Subject: [PATCH] ! Fix the prometheus_conf_writing_conf macro (#564) * ! Fix the prometheus_conf_writing_conf macro falco-CLA-1.0-contributing-entity: Coveo Solutions Inc. falco-CLA-1.0-signed-off-by: Jean-Philippe Lachance * * Apply Mark Stemm's code review falco-CLA-1.0-contributing-entity: Coveo Solutions Inc. falco-CLA-1.0-signed-off-by: Jean-Philippe Lachance --- rules/falco_rules.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/falco_rules.yaml b/rules/falco_rules.yaml index 8f632d1e..68a48c36 100644 --- a/rules/falco_rules.yaml +++ b/rules/falco_rules.yaml @@ -885,7 +885,7 @@ (proc.name = calico-node and fd.name startswith /etc/calico) - macro: prometheus_conf_writing_conf - condition: (proc.name=prometheus-conf and fd.directory=/etc/prometheus/config_out) + condition: (proc.name=prometheus-conf and fd.name startswith /etc/prometheus/config_out) - macro: openshift_writing_conf condition: (proc.name=oc and fd.name=/etc/origin/node/node.kubeconfig)