Repository: cloudstack
Updated Branches:
  refs/heads/master 81d3a9e3e -> ab89eb106

CLOUDSTACK-6816 bugfix: cloudstack-setup-management make /root directory's 
permission 0777 improperly


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ab89eb10
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ab89eb10
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ab89eb10

Branch: refs/heads/master
Commit: ab89eb106f9836632668366d407a2d8c5892bec9
Parents: 81d3a9e
Author: ynojima <m...@ynojima.net>
Authored: Sat May 31 01:49:36 2014 -0600
Committer: ynojima <m...@ynojima.net>
Committed: Sat May 31 12:54:09 2014 -0600

----------------------------------------------------------------------
 python/lib/cloudutils/serviceConfig.py | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ab89eb10/python/lib/cloudutils/serviceConfig.py
----------------------------------------------------------------------
diff --git a/python/lib/cloudutils/serviceConfig.py 
b/python/lib/cloudutils/serviceConfig.py
index d7c7e78..3c23334 100755
--- a/python/lib/cloudutils/serviceConfig.py
+++ b/python/lib/cloudutils/serviceConfig.py
@@ -763,9 +763,6 @@ class ubuntuFirewallConfigServer(firewallConfigServer):
             for port in self.ports:
                 self.allowPort(port)
 
-            #FIXME: urgly make /root writable
-            bash("sudo chmod 0777 /root")
-
             return True
         except:
             raise

Reply via email to