-
Notifications
You must be signed in to change notification settings - Fork 171
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
6.1.15 is not printing messsage alert when SGID executables exist #247
Comments
I’m not very happy with this possible solution, but at least it prints warnings and it’s not misleading.
|
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
Thank you for raising this issue, we've been working on a suitable solution for this issue. many thanks uk-bolly |
Thank you again for raising this issue and for your patience. This is now merged into devel. Many thanks uk-bolly |
This issue has been merged into main. I will therefore close this issue. Please open an issue if you feel this is not resolved. many thanks uk-bolly |
Describe the Issue
First task in the block 6.1.15 is using a register variable with a loop, but that variable
rhel_08_6_1_15_perms_results
is wrongly used in the second and third task of the 6.1.15 block.Expected Behavior
Print debug msg with items on which manual intervention is required.
Actual Behavior
Task 6.1.15 | AUDIT | Audit SGID executables | Alert SGID executables exist will always be skipped because the condition will never be accomplished.
Environment:
Possible Solution
Each mount point entry will be in the list
rhel_08_6_1_15_perms_results.results[].stdout_lines
should be correct path.Reference https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_loops.html#registering-variables-with-a-loop
Edit: The same issue for 6.1.14 as well
The text was updated successfully, but these errors were encountered: