Control 7.2.9 Ensure local interactive user home directories are configured
uses acl
module with default
set to true
#29
Labels
bug
Something isn't working
Describe the Issue
The tasks for implementing control 7.2.9 use the
ansible.posix.acl
module with thedefault
parameter set totrue
.Expected Behavior
The permissions should be applied to the existing files.
Actual Behavior
With
default
being set totrue
, the permissions are only applied for future files. Existing files do not get updated which leads to aFail
result in the CIS Assessment.Control(s) Affected
Environment (please complete the following information):
Additional Notes
One question, why do you still use the
ansible.posix.acl
module to implement this control and not use directly theansible.builtin.file
module?Possible Solution
The solution will be provided in a PR.
The text was updated successfully, but these errors were encountered: