From 625a6b535a78f0a75e7b7236150371836bb65cee Mon Sep 17 00:00:00 2001
From: Hakisho Nukama <nukama@gmail.com>
Date: Sat, 4 May 2013 13:21:59 +0000
Subject: [PATCH] QubesFirewall changed

make qubes_firewall_user_script executable
---
 QubesFirewall.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/QubesFirewall.md b/QubesFirewall.md
index 236ff081..ddd448e0 100644
--- a/QubesFirewall.md
+++ b/QubesFirewall.md
@@ -50,6 +50,7 @@ In order to allow networking between AppVM A and B follow those steps:
     ``` {.wiki}
     [user@firewallvm ~]$ sudo bash
     [root@firewallvm user]# echo "iptables -I FORWARD 2 -s 10.137.2.25 -d 10.137.2.6 -j ACCEPT" >> /rw/config/qubes_firewall_user_script
+    [root@firewallvm user]# chmod +x /rw/config/qubes_firewall_user_script
     ```
 
 Port forwarding to an AppVM from the outside world