mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
Update roles/os_hardening/tasks/minimize_access.yml
This commit is contained in:
parent
9d6903e7ad
commit
862edbbe40
1 changed files with 3 additions and 1 deletions
|
@ -229,7 +229,9 @@
|
|||
owner: 'root'
|
||||
group: 'root'
|
||||
mode: '{{ os_mnt_var_log_audit_dir_mode }}'
|
||||
when: var_log_audit_exists.stat.exists | bool
|
||||
when:
|
||||
- var_log_audit_exists.stat.exists | bool
|
||||
- os_auditd_enabled | bool
|
||||
|
||||
- name: Mount /var/tmp with hardened options
|
||||
mount:
|
||||
|
|
Loading…
Reference in a new issue