mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-6816 bugfix: cloudstack-setup-management make /root directory's permission 0777 improperly
This commit is contained in:
parent
62eb0d8195
commit
7e2c9f2b7d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue