From 4e4c3f14599842acd41b577ac1058fd7e2975054 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Sat, 20 Mar 2021 15:57:51 +0100 Subject: [PATCH] ids-functions.pl: Require ruleset-sources file for provider details. Signed-off-by: Stefan Schantl --- config/cfgroot/ids-functions.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/config/cfgroot/ids-functions.pl b/config/cfgroot/ids-functions.pl index dd5257a45..347257070 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";