mirror of
https://github.com/apache/cloudstack
synced 2026-08-02 05:26:35 +00:00
CLOUDSTACK-6816 bugfix: cloudstack-setup-management make /root directory's permission 0777 improperly
This commit is contained in:
parent
81d3a9e3ee
commit
ab89eb106f
@ -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
Block a user