From 07e119625704199d5aa8609ea80ace05995623cb Mon Sep 17 00:00:00 2001 From: teastep Date: Sun, 8 Jan 2006 00:38:42 +0000 Subject: [PATCH] Avoid local exploitability with compile output file -- Take 4 git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3257 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/firewall | 1 + 1 file changed, 1 insertion(+) diff --git a/Shorewall/firewall b/Shorewall/firewall index 64a245f88..db0f962c8 100755 --- a/Shorewall/firewall +++ b/Shorewall/firewall @@ -9603,6 +9603,7 @@ case "$COMMAND" in compile|generate) [ $# -ne 2 ] && usage do_initialize + COMMAND=generate compile_firewall $2 ;;