]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
ids-functions.pl: Change location for downloaded rulesfiles to
authorStefan Schantl <stefan.schantl@ipfire.org>
Fri, 15 Apr 2022 03:19:20 +0000 (05:19 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Fri, 15 Apr 2022 03:19:20 +0000 (05:19 +0200)
"/var/cache/suricata/".

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
config/cfgroot/ids-functions.pl

index ef79199b38bd305c2c4e504495054f852e1f5e0a..b433ee90f702c5b8b67874c1d0b1f129c79fde99 100644 (file)
@@ -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";