From 66f4ca7dd42ee8447a4c84e0c7887728426cce68 Mon Sep 17 00:00:00 2001 From: Miha Purg Date: Mon, 13 Jan 2025 15:53:25 +0100 Subject: [PATCH] Add rules to ubuntu2404 CIS control 4.1.1 --- controls/cis_ubuntu2404.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/controls/cis_ubuntu2404.yml b/controls/cis_ubuntu2404.yml index a65a4d83f94..1bd95f3ffdc 100644 --- a/controls/cis_ubuntu2404.yml +++ b/controls/cis_ubuntu2404.yml @@ -1280,8 +1280,12 @@ 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: + - firewall_single_service_active + status: automated + notes: | + Remediation is not automated. + - id: 4.2.1 title: Ensure ufw is installed (Automated)