forked from ansible-lockdown/RHEL9-CIS
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"
|
paths: "/var/log"
|
||||||
file_type: file
|
file_type: file
|
||||||
recurse: true
|
recurse: true
|
||||||
|
hidden: true
|
||||||
register: logfiles
|
register: logfiles
|
||||||
|
|
||||||
- name: "4.2.3 | PATCH | Ensure permissions on all logfiles are configured | change permissions"
|
- 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