From: Alexander Marx Date: Sun, 3 Mar 2013 05:12:01 +0000 (+0100) Subject: Forward Firewall: Added configoption in Buildsystem -< POLICY2='DROP' (for POLICYIN) X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=36e9534f244f05b93119f4b6ddae47717acdc062 Forward Firewall: Added configoption in Buildsystem -< POLICY2='DROP' (for POLICYIN) --- diff --git a/lfs/configroot b/lfs/configroot index e24a9eee9..7e47881d3 100644 --- a/lfs/configroot +++ b/lfs/configroot @@ -118,6 +118,7 @@ $(TARGET) : echo "DROPFORWARD=on" >> $(CONFIG_ROOT)/optionsfw/settings echo "FWPOLICY=DROP" >> $(CONFIG_ROOT)/optionsfw/settings echo "FWPOLICY1=DROP" >> $(CONFIG_ROOT)/optionsfw/settings + echo "FWPOLICY2=DROP" >> $(CONFIG_ROOT)/optionsfw/settings echo "DROPPORTSCAN=on" >> $(CONFIG_ROOT)/optionsfw/settings echo "DROPOUTGOING=on" >> $(CONFIG_ROOT)/optionsfw/settings echo "SHOWREMARK=on" >> $(CONFIG_ROOT)/optionsfw/settings