d15812fabf
The controller's fixup_perms2 uses filesystem acls to make the temporary file for copy readable by an unprivileged become user. On Python3, the acls are then copied to the destination filename so we have to remove them from there. We can't remove them prior to the copy because we may not have permission to read the file if the acls are not present. We can't remove them in atomic_move() because the move function shouldn't know anything about controller features. We may want to generalize this into a helper function, though. Fixes #44412 Co-authored-by: Toshio Kuratomi <a.badger@gmail.com> |
||
---|---|---|
.. | ||
acls.yml | ||
dest_in_non_existent_directories.yml | ||
main.yml | ||
src_file_dest_file_in_non_existent_dir.yml | ||
tests.yml |