From: Stefan Schantl Date: Fri, 15 Apr 2022 03:19:20 +0000 (+0200) Subject: ids-functions.pl: Change location for downloaded rulesfiles to X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b570d35c0aff4c1d126be539bbb009830a1fbb7f;p=people%2Fstevee%2Fipfire-2.x.git ids-functions.pl: Change location for downloaded rulesfiles to "/var/cache/suricata/". Signed-off-by: Stefan Schantl --- 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";