cloudstack/plugins
Marcus Sorensen 38a885776c fix /root/.ssh directory creation for KVM
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>
2012-09-26 14:03:12 -07:00
..
deployment-planners Removed the prefs 2012-09-13 17:14:28 -07:00
file-systems/netapp [DOC] docbook conversion - choosing a deployment architecture 2012-09-13 16:12:06 -04:00
host-allocators/random [DOC] docbook conversion - choosing a deployment architecture 2012-09-13 16:12:06 -04:00
hypervisors fix /root/.ssh directory creation for KVM 2012-09-26 14:03:12 -07:00
network-elements License header updates, and modification to root pom for exclusions. 2012-09-13 16:55:48 -04:00
storage-allocators/random [DOC] docbook conversion - choosing a deployment architecture 2012-09-13 16:12:06 -04:00
user-authenticators [DOC] docbook conversion - choosing a deployment architecture 2012-09-13 16:12:06 -04:00
pom.xml maven: Build KVM hypervisor by default 2012-09-06 17:15:04 +02:00