-
Notifications
You must be signed in to change notification settings - Fork 739
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
ansible-os-hardening/tasks/minimize_access.yml #38
Comments
Thanks @mSavary, it's getting fixed! |
chris-rock
added a commit
that referenced
this issue
Sep 1, 2015
Add mode to su-binary task. Fix #38
divialth
pushed a commit
to divialth/ansible-collection-hardening
that referenced
this issue
Aug 3, 2022
Add more travis-tests
divialth
pushed a commit
to divialth/ansible-collection-hardening
that referenced
this issue
Aug 3, 2022
Add test support for Debian Buster
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mode = 0750 is missing for :
file: dest='/bin/su' owner=root group=root mode
when: access.security_users_allow|default(None) != None
The text was updated successfully, but these errors were encountered: