From b570d35c0aff4c1d126be539bbb009830a1fbb7f Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Fri, 15 Apr 2022 05:19:20 +0200 Subject: [PATCH] ids-functions.pl: Change location for downloaded rulesfiles to "/var/cache/suricata/". Signed-off-by: Stefan Schantl --- config/cfgroot/ids-functions.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cfgroot/ids-functions.pl b/config/cfgroot/ids-functions.pl index ef79199b38..b433ee90f7 100644 --- a/config/cfgroot/ids-functions.pl +++ b/config/cfgroot/ids-functions.pl @@ -88,7 +88,7 @@ our $ignored_file = "$settingsdir/ignored"; our $etags_file = "$settingsdir/etags"; # Location where the downloaded rulesets are stored. -our $dl_rules_path = "/var/tmp"; +our $dl_rules_path = "/var/cache/suricata"; # File to store any errors, which also will be read and displayed by the wui. our $storederrorfile = "/tmp/ids_storederror"; -- 2.39.5