From: Stefan Schantl Date: Fri, 29 Jul 2022 15:43:09 +0000 (+0200) Subject: ids-ports-helper-lib.pl: Make services array global accessible. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ed01d88e698a35e4dbc36d992322f21efa681bec;p=people%2Fstevee%2Fipfire-2.x.git 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 --- 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", );