From bea22d91ed7932fa3e35396bee72b90f212a1fc4 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Sat, 2 Jan 2010 13:36:00 +0100 Subject: [PATCH] Set default-rule-path in example config to /etc/suricata/rules/ --- suricata.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suricata.yaml b/suricata.yaml index c5c946c9d8..d26ee1301d 100644 --- a/suricata.yaml +++ b/suricata.yaml @@ -65,7 +65,7 @@ pfring: #Set the default rule path here to search for the files. #if not set, it will look at the current working dir -default-rule-path: /etc/suricata/ +default-rule-path: /etc/suricata/rules/ rule-files: - attack-responses.rules - backdoor.rules