]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/cfgroot/ids-functions.pl
ids-functions.pl: Change location for downloaded rulesfiles to
[people/pmueller/ipfire-2.x.git] / 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";