From ab89eb106f9836632668366d407a2d8c5892bec9 Mon Sep 17 00:00:00 2001 From: ynojima Date: Sat, 31 May 2014 01:49:36 -0600 Subject: [PATCH] CLOUDSTACK-6816 bugfix: cloudstack-setup-management make /root directory's permission 0777 improperly --- python/lib/cloudutils/serviceConfig.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/python/lib/cloudutils/serviceConfig.py b/python/lib/cloudutils/serviceConfig.py index d7c7e78c3ab..3c233342926 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