community.general/lib/ansible/plugins
Martin Krizek d15812fabf
Fix copy module to reset filesystem acls (#51868)
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>
2019-04-03 18:37:59 +02:00
..
action Fix copy module to reset filesystem acls (#51868) 2019-04-03 18:37:59 +02:00
become become: Add missing documentation for pfexec, dzdo and machinectl (#53314) 2019-03-06 14:35:15 -05:00
cache Fix inventory cache interface (#50446) 2019-03-06 12:12:35 -06:00
callback standardize TLS connection properties (#54315) 2019-03-28 00:19:28 -05:00
cliconf Exos httpapi (#54405) 2019-03-27 14:44:04 +01:00
connection psrp - auth options (#54705) 2019-04-03 07:53:50 +10:00
doc_fragments cloud: huawei: Add new module hwc_network_vpc (#54102) 2019-03-30 17:20:54 +01:00
filter fix issue in random_mac filter with short prefixes (#53928) 2019-03-26 13:49:23 -04:00
httpapi Add latest updates from FTD Ansible downstream repository. (#53638) 2019-04-01 18:08:01 +05:30
inventory vultr: fix missing encoding header (#54696) 2019-04-02 06:37:13 +02:00
lookup standardize TLS connection properties (#54315) 2019-03-28 00:19:28 -05:00
netconf Fix netconf plugin dispatch response (#54326) 2019-03-26 10:23:26 +05:30
shell Add support for Windows hosts in the SSH connection plugin (#47732) 2019-03-07 16:38:02 -08:00
strategy Template run_once for handlers (#54030) 2019-03-20 14:46:19 +01:00
terminal Fixes #53277 (#53285) 2019-03-26 18:10:45 +05:30
test Simplify regex filter code (#50202) 2019-02-03 15:10:16 -05:00
vars Fix encoding issues with file paths. (#50830) 2019-01-14 13:06:47 -08:00
__init__.py Misc typo fixes (#53284) 2019-03-04 15:30:18 -05:00
loader.py Collection content loading (#52194) 2019-03-28 10:41:39 -07:00