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/changelogs
Martin Krizek a8a318e588 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>
(cherry picked from commit d15812fabf)
7 years ago
..
fragments Fix copy module to reset filesystem acls (#51868) 7 years ago
.changes.yaml New release v2.7.10 7 years ago
CHANGELOG-v2.7.rst New release v2.7.10 7 years ago
CHANGELOG.rst fix RPM builds with placeholder CHANGELOG 8 years ago
config.yaml Implement new changelog generator. 8 years ago
distribution-file-processing.yaml [stable-2.7] Ensure Clear Linux parsing is actually parsing a Clear Linux host and all others fall back to NA (#53298) (#53541) 7 years ago
rhsm_repository-loop-fix-improvements.yaml [stable-2.7] Prevent duplicate entries in rhsm_repository module (#48107) 7 years ago
yum-update-only.yaml make yum update_only option actually work (#47942) 7 years ago