You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test
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>
5 years ago
..
cache Update ansible-test sanity command. (#31958) 7 years ago
env Add `env` command to ansible-test and run in CI. (#50176) 6 years ago
integration Fix copy module to reset filesystem acls (#51868) 5 years ago
legacy Cleanup yaml files with incorrect task attrs (#53813) 5 years ago
results Collect data from integration test runs. (#28650) 7 years ago
runner Reduce testing of Ubuntu versions. 5 years ago
sanity Postgresql privs reformat (#54717) 5 years ago
units Multiple fixs for na_ontap_user (#54610) 5 years ago
utils Slightly increase non-coverage unit test timeout. 5 years ago