From: Stefan Schantl Date: Fri, 3 Dec 2021 14:52:19 +0000 (+0100) Subject: ids-functions.pl: Adjust classification file for new path. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1ae5526d9d46beaa7c34710c98a08d71fac33bc3;p=people%2Fstevee%2Fipfire-2.x.git ids-functions.pl: Adjust classification file for new path. Signed-off-by: Stefan Schantl --- diff --git a/config/cfgroot/ids-functions.pl b/config/cfgroot/ids-functions.pl index fc2625920b..fffb0a265d 100644 --- a/config/cfgroot/ids-functions.pl +++ b/config/cfgroot/ids-functions.pl @@ -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";