From 42f0bfffc8fda9c3c4b73fe71986754b6a9dab66 Mon Sep 17 00:00:00 2001 From: Alan Moore Date: Thu, 19 Dec 2024 14:42:54 +0000 Subject: [PATCH] Move the 5.3.3.2.4 into right place --- controls/cis_ubuntu2404.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/controls/cis_ubuntu2404.yml b/controls/cis_ubuntu2404.yml index 1f232ceadef..8b12bb06a3a 100644 --- a/controls/cis_ubuntu2404.yml +++ b/controls/cis_ubuntu2404.yml @@ -1880,10 +1880,8 @@ controls: levels: - l1_server - l1_workstation - rules: - - var_password_pam_maxrepeat=3 - - accounts_password_pam_maxrepeat - status: automated + status: planned + notes: TODO. Rule does not seem to be implemented, nor does it map to any rules in ubuntu2204 profile. - id: 5.3.3.1.1 title: Ensure password failed attempts lockout is configured (Automated) @@ -1961,8 +1959,10 @@ controls: levels: - l1_server - l1_workstation - status: planned - notes: TODO. Rule does not seem to be implemented, nor does it map to any rules in ubuntu2204 profile. + rules: + - var_password_pam_maxrepeat=3 + - accounts_password_pam_maxrepeat + status: automated - id: 5.3.3.2.5 title: Ensure password maximum sequential characters is configured (Automated)