]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
ids-functions.pl: Adjust classification file for new path.
authorStefan Schantl <stefan.schantl@ipfire.org>
Fri, 3 Dec 2021 14:52:19 +0000 (15:52 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sun, 19 Dec 2021 12:31:53 +0000 (13:31 +0100)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
config/cfgroot/ids-functions.pl

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