mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user