mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01: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:
|
for port in self.ports:
|
||||||
self.allowPort(port)
|
self.allowPort(port)
|
||||||
|
|
||||||
#FIXME: urgly make /root writable
|
|
||||||
bash("sudo chmod 0777 /root")
|
|
||||||
|
|
||||||
return True
|
return True
|
||||||
except:
|
except:
|
||||||
raise
|
raise
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user