From 5688c9efd85a5ce7e9ba04a4515f833705360eba Mon Sep 17 00:00:00 2001 From: Corey Reid Date: Thu, 19 Oct 2023 13:19:07 +0100 Subject: [PATCH] find hidden files in /var/log for 4.3.2 Signed-off-by: Corey Reid --- tasks/section_4/cis_4.2.3.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/section_4/cis_4.2.3.yml b/tasks/section_4/cis_4.2.3.yml index 2f2a8a42..19bfce87 100644 --- a/tasks/section_4/cis_4.2.3.yml +++ b/tasks/section_4/cis_4.2.3.yml @@ -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"