]> git.ipfire.org Git - 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)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 9 Aug 2013 12:11:09 +0000 (14:11 +0200)
lfs/configroot

index e24a9eee99b062af369deb8432f6ef8ddc33c4f7..7e47881d392072acff89b2fb8dedb8c473e99812 100644 (file)
@@ -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