You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2014/05/31 22:32:38 UTC

git commit: updated refs/heads/4.4 to 426c874

Repository: cloudstack
Updated Branches:
  refs/heads/4.4 c476312a1 -> 426c8741b


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/426c8741
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/426c8741
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/426c8741

Branch: refs/heads/4.4
Commit: 426c8741b2893366213ad8bff68f6d4334c6246e
Parents: c476312
Author: ynojima <ma...@ynojima.net>
Authored: Sat May 31 01:49:36 2014 -0600
Committer: Daan Hoogland <da...@onecht.net>
Committed: Sat May 31 22:32:26 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/426c8741/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