From f5043b0d5a2412f054a8918d448a0be70fed9f32 Mon Sep 17 00:00:00 2001 From: Alan Moore Date: Thu, 2 Jan 2025 18:24:32 +0000 Subject: [PATCH] Implement rule 5.3.3.2.8 Ensure password quality is enforced for the root user --- controls/cis_ubuntu2404.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/controls/cis_ubuntu2404.yml b/controls/cis_ubuntu2404.yml index 74b56aa1cae..d47cc140036 100644 --- a/controls/cis_ubuntu2404.yml +++ b/controls/cis_ubuntu2404.yml @@ -1997,8 +1997,9 @@ 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: + - accounts_password_pam_enforce_root + status: automated - id: 5.3.3.3.1 title: Ensure password history remember is configured (Automated)