From af5e823247876c313f516a98efe38ad38db5a01f Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Fri, 24 Aug 2018 10:54:07 +0200 Subject: [PATCH] suricata.yaml: Adjust classification and reference config location Both files are included in the various rulesets, therefore use them from the rules folder. Signed-off-by: Stefan Schantl --- config/suricata/suricata.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/suricata/suricata.yaml b/config/suricata/suricata.yaml index de69a412a1..a8059772b3 100644 --- a/config/suricata/suricata.yaml +++ b/config/suricata/suricata.yaml @@ -50,8 +50,8 @@ default-rule-path: /etc/suricata/rules rule-files: include: /var/ipfire/suricata/suricata-used-rulefiles.yaml -classification-file: /etc/suricata/classification.config -reference-config-file: /etc/suricata/reference.config +classification-file: /etc/suricata/rules/classification.config +reference-config-file: /etc/suricata/rules/reference.config # threshold-file: /etc/suricata/threshold.config -- 2.39.5