From ddf57cf696248fed6167d15a093047330d484f0e Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Fri, 29 Jul 2022 17:43:09 +0200 Subject: [PATCH] ids-ports-helper-lib.pl: Make services array global accessible. Otherwise the ids-functions.pl can not access this array. Signed-off-by: Stefan Schantl --- config/cfgroot/ids-ports-helper-lib.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cfgroot/ids-ports-helper-lib.pl b/config/cfgroot/ids-ports-helper-lib.pl index eb740de40c..ea4cc05d60 100644 --- a/config/cfgroot/ids-ports-helper-lib.pl +++ b/config/cfgroot/ids-ports-helper-lib.pl @@ -28,7 +28,7 @@ package IDS::Ports::Helper; require '/var/ipfire/general-functions.pl'; # Array which contains the currently supported services. -my @services = ( +our @services = ( "tor", ); -- 2.39.5