Skip to content
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

Closed
mSavary opened this issue Aug 13, 2015 · 1 comment
Closed

ansible-os-hardening/tasks/minimize_access.yml #38

mSavary opened this issue Aug 13, 2015 · 1 comment

Comments

@mSavary
Copy link

mSavary commented Aug 13, 2015

mode = 0750 is missing for :

  • name: MINIMIZE ACCESS - Change su-binary to only be accessible to user and group root
    file: dest='/bin/su' owner=root group=root mode
    when: access.security_users_allow|default(None) != None
@rndmh3ro
Copy link
Member

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
rndmh3ro pushed a commit that referenced this issue Jul 24, 2020
rndmh3ro added a commit that referenced this issue Jul 24, 2020
Add test support for Debian Buster
divialth pushed a commit to divialth/ansible-collection-hardening that referenced this issue Aug 3, 2022
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants