From dbd50b8c26483d55892af331a11f840ca4b4b385 Mon Sep 17 00:00:00 2001 From: Henri DF Date: Tue, 10 May 2016 20:52:02 +0000 Subject: [PATCH] Config file: falco_rules.{yaml,conf} --- falco.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/falco.yaml b/falco.yaml index 41a4de53..ae6ba2eb 100644 --- a/falco.yaml +++ b/falco.yaml @@ -1,5 +1,5 @@ # File containing Falco rules, loaded at startup. -rules_file: /etc/falco_rules.conf +rules_file: /etc/falco_rules.yaml # Whether to output events in json or text json_output: false