mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
Update minimize_access.yml
This commit is contained in:
parent
e879831819
commit
e1395fb2f2
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
group: '{{ os_shadow_perms.group }}'
|
||||
mode: '{{ os_shadow_perms.mode }}'
|
||||
|
||||
- name: change passwd ownership to root and mode to 0600 | os-03
|
||||
- name: change passwd ownership to root and mode to 0644 | os-03
|
||||
file:
|
||||
dest: '/etc/shadow'
|
||||
owner: '{{ os_shadow_perms.owner }}'
|
||||
|
|
Loading…
Reference in a new issue