mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
13 lines
316 B
YAML
13 lines
316 B
YAML
---
|
|
|
|
- name: "4.2.3 | L1 | PATCH | Ensure permissions on all logfiles are configured"
|
|
shell: find /var/log -type f -exec chmod g-wx,o-rwx "{}" +
|
|
changed_when: false
|
|
failed_when: false
|
|
when:
|
|
- rhel9cis_rule_4_2_3
|
|
tags:
|
|
- level1-server
|
|
- level1-workstation
|
|
- patch
|
|
- rule_4.2.3
|