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

This commit is contained in:
ynojima 2014-05-31 01:49:36 -06:00
parent 62eb0d8195
commit 7e2c9f2b7d
1 changed files with 0 additions and 3 deletions

View File

@ -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