]> git.ipfire.org Git - people/stevee/guardian.git/commitdiff
Set default FirewallEngine to "none".
authorStefan Schantl <stefan.schantl@ipfire.org>
Tue, 19 Jan 2016 11:54:02 +0000 (12:54 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Tue, 19 Jan 2016 11:54:02 +0000 (12:54 +0100)
This will prevent guardian from running if no firewall engine has been
specified in the config file.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
modules/Config.pm

index 038ba35b6f625d414743cacbba2c1f8398bad291..8da587cde15eb3357add35718f18d1b5ccdce708 100644 (file)
@@ -18,6 +18,7 @@ my %defaults = (
        "LogFacility" => "syslog",
        "BlockCount" => "3",
        "BlockTime" => "86400",
        "LogFacility" => "syslog",
        "BlockCount" => "3",
        "BlockTime" => "86400",
+       "FirewallEngine" => "none",
 );
 
 #
 );
 
 #