From 36e9534f244f05b93119f4b6ddae47717acdc062 Mon Sep 17 00:00:00 2001 From: Alexander Marx Date: Sun, 3 Mar 2013 06:12:01 +0100 Subject: [PATCH] Forward Firewall: Added configoption in Buildsystem -< POLICY2='DROP' (for POLICYIN) --- lfs/configroot | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2