Commit 94a6e4b
committed
Allow using temporary directories on filesystems mounted noexec
Neither Ansible nor Mitogen need the temporary directory to be
executable. Allow using noexec temporary directories so that
mitogen-ansible can be used in environments where unpriviledged users
are not allowed to have directories both writable and executable.
Binary Ansible modules require the temporary directory to be executable.
It's up to the user to make sure Ansible and their environement are
configured correctly for this use case.
Fixes #632.1 parent c9071d7 commit 94a6e4b
4 files changed
Lines changed: 11 additions & 28 deletions
File tree
- ansible_mitogen
- docs
- tests/ansible/tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | | - | |
| 75 | + | |
77 | 76 | | |
78 | 77 | | |
79 | 78 | | |
| |||
269 | 268 | | |
270 | 269 | | |
271 | 270 | | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | | - | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
287 | 276 | | |
288 | 277 | | |
289 | 278 | | |
| |||
294 | 283 | | |
295 | 284 | | |
296 | 285 | | |
297 | | - | |
298 | | - | |
| 286 | + | |
| 287 | + | |
299 | 288 | | |
300 | 289 | | |
301 | 290 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
541 | 541 | | |
542 | 542 | | |
543 | 543 | | |
544 | | - | |
545 | | - | |
| 544 | + | |
546 | 545 | | |
547 | 546 | | |
548 | 547 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
0 commit comments