ids-functions.pl: Change location for downloaded rulesfiles to

"/var/cache/suricata/".

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
Stefan Schantl
2022-04-15 05:19:20 +02:00
parent 4f513522fe
commit b570d35c0a

View 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";