mirror of https://github.com/apache/cloudstack.git
Since /root is r-x permissions, Java fails to mkdir /root/.ssh (even though the agent is running as root) because it looks for the writable permission. This patch modifies the 'chmod 700 /root/.ssh' shell command that we already use into 'mkdir -m 700 /root/.ssh', to be able to create the directory as root even though write permissions are not set on /root. This seemed cleaner/safer than adding writable to /root. Signed-off-by: Edison Su <sudison@gmail.com> |
||
|---|---|---|
| .. | ||
| kvm | ||
| ovm | ||
| vmware | ||
| xen | ||