From 7da06eeaa89526843e51d7556012cf5de9bc30a0 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 Signed-off-by: Ionut Pruteanu --- 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 2f2a8a4..19bfce8 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"