community.general/lib/ansible/plugins/shell
Matt Clay 72cca01cd4 Use file list, not recursion, in _fixup_perms. (#16924)
Run setfacl/chown/chmod on each temp dir and file.

This fixes temp file permissions handling on platforms such as FreeBSD
which always return success when using find -exec. This is done by
eliminating the use of find when setting up temp files and directories.

Additionally, tests that now pass on FreeBSD have been enabled for CI.
2016-08-05 18:40:28 -07:00
..
__init__.py Use file list, not recursion, in _fixup_perms. (#16924) 2016-08-05 18:40:28 -07:00
csh.py moved to base class for shell plugins 2016-02-09 17:39:51 -05:00
fish.py moved to base class for shell plugins 2016-02-09 17:39:51 -05:00
powershell.py Use file list, not recursion, in _fixup_perms. (#16924) 2016-08-05 18:40:28 -07:00
sh.py moved to base class for shell plugins 2016-02-09 17:39:51 -05:00