From b3dd9bd01dae6081384fb48d4ca8b775debb5c4d Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Tue, 19 Jan 2016 12:54:02 +0100 Subject: [PATCH] Set default FirewallEngine to "none". This will prevent guardian from running if no firewall engine has been specified in the config file. Signed-off-by: Stefan Schantl --- modules/Config.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/Config.pm b/modules/Config.pm index 038ba35..8da587c 100644 --- a/modules/Config.pm +++ b/modules/Config.pm @@ -18,6 +18,7 @@ my %defaults = ( "LogFacility" => "syslog", "BlockCount" => "3", "BlockTime" => "86400", + "FirewallEngine" => "none", ); # -- 2.39.2