]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
Forward Firewall: Added configoption in Buildsystem -< POLICY2='DROP' (for POLICYIN)
authorAlexander Marx <amarx@ipfire.org>
Sun, 3 Mar 2013 05:12:01 +0000 (06:12 +0100)
committerAlexander Marx <amarx@ipfire.org>
Thu, 8 Aug 2013 05:36:16 +0000 (07:36 +0200)
lfs/configroot

index a53493aa4fd582a6b24ba5700609c39a3ec15b75..9c7ac29cb3812c89c88de3c3360eca43e552f984 100644 (file)
@@ -117,6 +117,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