From ae4fa91548601d4f790da60ff884d426339bedac Mon Sep 17 00:00:00 2001 From: Stephen Williams Date: Thu, 26 Sep 2024 15:49:54 -0400 Subject: [PATCH] Fixed Mode Per CIS v1.0.0 Signed-off-by: Stephen Williams --- tasks/section_6/cis_6.1.x.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tasks/section_6/cis_6.1.x.yml b/tasks/section_6/cis_6.1.x.yml index 60bdde7..64c8377 100644 --- a/tasks/section_6/cis_6.1.x.yml +++ b/tasks/section_6/cis_6.1.x.yml @@ -65,7 +65,7 @@ path: /etc/shadow owner: root group: root - mode: 0000 + mode: 0640 when: - debian11cis_rule_6_1_5 tags: @@ -80,7 +80,7 @@ path: /etc/shadow- owner: root group: root - mode: 0000 + mode: 0640 when: - debian11cis_rule_6_1_6 tags: @@ -95,7 +95,7 @@ path: /etc/gshadow owner: root group: root - mode: 0000 + mode: 0640 when: - debian11cis_rule_6_1_7 tags: @@ -110,7 +110,7 @@ path: /etc/gshadow- owner: root group: root - mode: 0000 + mode: 0640 when: - debian11cis_rule_6_1_8 tags: