From: Michael Tremer Date: Thu, 20 Feb 2014 12:03:28 +0000 (+0100) Subject: firewall: Remove rule that allows access to everything. X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=cc21b588df77bfc807720c1456f901614e98e382 firewall: Remove rule that allows access to everything. --- diff --git a/config/firewall/rules.pl b/config/firewall/rules.pl index 09e8ae618..377483e6d 100755 --- a/config/firewall/rules.pl +++ b/config/firewall/rules.pl @@ -111,7 +111,6 @@ if($param eq 'flush'){ system ("/usr/sbin/firewall-policy"); }elsif($fwdfwsettings{'POLICY'} eq 'MODE2'){ &p2pblock; - system ("iptables --wait -A $CHAIN -m conntrack --ctstate NEW -j ACCEPT"); system ("/usr/sbin/firewall-policy"); system ("/etc/sysconfig/firewall.local reload"); }