From 446d762260ca19e769d5a1a762a20dfb2e35b24a Mon Sep 17 00:00:00 2001 From: Wykx <79835144+Wykx-Sama@users.noreply.github.com> Date: Thu, 11 Jul 2024 13:36:59 +0200 Subject: [PATCH] Update cis_5.1.x.yml Signed-off-by: Wykx <79835144+Wykx-Sama@users.noreply.github.com> --- tasks/section_5/cis_5.1.x.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/section_5/cis_5.1.x.yml b/tasks/section_5/cis_5.1.x.yml index ce8bb58..3926f37 100644 --- a/tasks/section_5/cis_5.1.x.yml +++ b/tasks/section_5/cis_5.1.x.yml @@ -124,7 +124,7 @@ state: '{{ "file" if rhel9cis_5_1_8_cron_allow_state.stat.exists else "touch" }}' owner: root group: root - mode: '0600' + mode: '0640' when: - rhel9cis_rule_5_1_8 tags: @@ -152,7 +152,7 @@ state: '{{ "file" if rhel9cis_5_1_9_at_allow_state.stat.exists else "touch" }}' owner: root group: root - mode: '0600' + mode: '0640' when: - rhel9cis_rule_5_1_9 tags: