From: Stefan Schantl Date: Sat, 20 Mar 2021 14:57:51 +0000 (+0100) Subject: ids-functions.pl: Require ruleset-sources file for provider details. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8d772b3499d39d7824e3febaef3f32a477280e1b;p=people%2Fstevee%2Fipfire-2.x.git ids-functions.pl: Require ruleset-sources file for provider details. Signed-off-by: Stefan Schantl --- diff --git a/config/cfgroot/ids-functions.pl b/config/cfgroot/ids-functions.pl index dd5257a455..3472570707 100644 --- a/config/cfgroot/ids-functions.pl +++ b/config/cfgroot/ids-functions.pl @@ -25,6 +25,7 @@ package IDS; require '/var/ipfire/general-functions.pl'; require "${General::swroot}/network-functions.pl"; +require "${General::swroot}/suricata/ruleset-sources"; # Location where all config and settings files are stored. our $settingsdir = "${General::swroot}/suricata";