mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
find hidden files in /var/log for 4.3.2
Signed-off-by: Corey Reid <corey.nathan.reid@gmail.com>
This commit is contained in:
parent
c56ea1ac9a
commit
8d85f178e2
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
|||
paths: "/var/log"
|
||||
file_type: file
|
||||
recurse: true
|
||||
hidden: true
|
||||
register: logfiles
|
||||
|
||||
- name: "4.2.3 | PATCH | Ensure permissions on all logfiles are configured | change permissions"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue