-
Notifications
You must be signed in to change notification settings - Fork 23.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lineinfile resets extended acl #72929
Comments
Files identified in the description: If these files are incorrect, please update the |
Going to venture a guess this occurs during/as a result of ansible/lib/ansible/module_utils/basic.py Line 2309 in 0b13cca
|
I'm not a SELinux expert by any means, but it looks to me like if One workaround for your issue, then, is to use the Maybe @bcoca can lend an assist here, since I think he may have more background on how and why |
Yes, in this case, it seems like we were basically required to follow any |
Similar to #51868. |
Hi, this bug is still unsolved? |
that is what an open ticket means |
Oh, ok. Fyi bug also affect for me |
Note: root/UID 0
#
prompt has been changed to$
here to help GitHub get markdown shell syntax highlighting right.SUMMARY
lineinfile
removes existing ACL as ifsetfacl --remove-all
had been called on file.ISSUE TYPE
COMPONENT NAME
lineinfile
ANSIBLE VERSION
CONFIGURATION
None overriden.
OS / ENVIRONMENT
RHEL 7.9
STEPS TO REPRODUCE
EXPECTED RESULTS
Result of
getfacl
should shown extended read permissions, unchanged before task execution.ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: