drcursor created CLOUDSTACK-4869:
------------------------------------
Summary: setup management node changes the permissions of the root
folder
Key: CLOUDSTACK-4869
URL: https://issues.apache.org/jira/browse/CLOUDSTACK-4869
Project: CloudStack
Issue Type: Bug
Security Level: Public (Anyone can view this level - this is the default.)
Reporter: drcursor
root@ch-g1-m2:~# ls -ld /root/
drwx------ 5 root root 4096 Oct 15 11:26 /root/
root@ch-g1-m2:~# cloudstack-setup-management
Starting to configure CloudStack Management Server:
Configure sudoers ... [OK]
Configure Firewall ... [OK]
Configure CloudStack Management Server ...[OK]
CloudStack Management Server setup is Done!
root@ch-g1-m2:~# ls -ld /root/
drwxrwxrwx 5 root root 4096 Oct 15 11:26 /root/
root@ch-g1-m2:~# chmod -R 700 /root/
root@ch-g1-m2:~# ls -ld /root/
drwx------ 5 root root 4096 Oct 15 11:26 /root/
root@ch-g1-m2:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04.3 LTS
Release: 12.04
Codename: precise
root@ch-g1-m2:~#
--
This message was sent by Atlassian JIRA
(v6.1#6144)