mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
ids-functions.pl: Adjust classification file for new path.
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
@@ -74,8 +74,11 @@ our $ids_page_lock_file = "/tmp/ids_page_locked";
|
||||
# Location where the rulefiles are stored.
|
||||
our $rulespath = "/var/lib/suricata";
|
||||
|
||||
# Location where the addition config files are stored.
|
||||
our $configspath = "/usr/share/suricata";
|
||||
|
||||
# Location of the classification file.
|
||||
our $classification_file = "$rulespath/classification.config";
|
||||
our $classification_file = "$configspath/classification.config";
|
||||
|
||||
# Location of the sid to msg mappings file.
|
||||
our $sid_msg_file = "$rulespath/sid-msg.map";
|
||||
|
||||
Reference in New Issue
Block a user