1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-05-27 11:32:53 +00:00
community.general/lib
Toshio Kuratomi 3a2afc7825 Allow copy to writable files in unwritable dirs (#23509)
unsafe_writes currently allows updating a file that can be updated but
not removed (for instance, when docker mounted).  This change also
allows unsafe_writes to write to writable files in unwritable dirs. For
instance, if a system has made a single file inside of /etc/ writable to
a specific normal user.

Fixes #14961
2017-07-20 12:41:57 -07:00
..
ansible Allow copy to writable files in unwritable dirs (#23509) 2017-07-20 12:41:57 -07:00