mirror of https://github.com/ansible/ansible.git
Fix for sudo to another non-root user (issue #353)
mktemp creates the temp directory 700 only. If the sudo-user is not root, the other user will not be able to run the command (Permission denied error). This adds the executable bit for all on the temp directory.pull/370/head
parent
abb391f3fd
commit
5e5b4a90dc
Loading…
Reference in New Issue