From eb87cf927b1513c9e25c5ff8f536682e7aa66f1e Mon Sep 17 00:00:00 2001 From: Alan Moore Date: Wed, 8 Jan 2025 14:50:43 +0000 Subject: [PATCH] Add a note in Ubuntu control file --- controls/cis_ubuntu2404.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/controls/cis_ubuntu2404.yml b/controls/cis_ubuntu2404.yml index cd2a7e3c2b7c..c723fc5dd7ad 100644 --- a/controls/cis_ubuntu2404.yml +++ b/controls/cis_ubuntu2404.yml @@ -2137,6 +2137,9 @@ controls: rules: - accounts_root_gid_zero status: automated + notes: | + The remediation is not automated as the removal or modification + of group IDs from a system is too disruptive. - id: 5.4.2.3 title: Ensure group root is the only GID 0 group (Automated)