Skip to content

Commit ab89eb1

Browse files
committed
CLOUDSTACK-6816 bugfix: cloudstack-setup-management make /root directory's permission 0777 improperly
1 parent 81d3a9e commit ab89eb1

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

python/lib/cloudutils/serviceConfig.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -763,9 +763,6 @@ def config(self):
763763
for port in self.ports:
764764
self.allowPort(port)
765765

766-
#FIXME: urgly make /root writable
767-
bash("sudo chmod 0777 /root")
768-
769766
return True
770767
except:
771768
raise

0 commit comments

Comments
 (0)