Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 19 additions & 12 deletions controls/cis_ubuntu2404.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
policy: CIS Benchmark for Ubuntu 24.04 LTS
title: CIS Benchmark for Ubuntu 24.04 LTS
id: cis_ubuntu2404
version: Draft
version: '1.0.0'
source: https://www.cisecurity.org/cis-benchmarks
levels:
- id: l1_server
Expand Down Expand Up @@ -389,11 +389,13 @@ controls:
rules:
- var_apparmor_mode=enforce
- all_apparmor_profiles_in_enforce_complain_mode
status: partial
status: automated
notes: |
Current implementation does not adequately address the nuances
of various profiles, including snap, disabled, force-complain,
and unconfined.
CIS recommendation does not adequately address the nuances
of various profiles, including disabled, force-complain,
and unconfined. Currently, the control changes the default apparmor
mode for all profiles in /etc/apparmor.d which can
break certain applications.

- id: 1.3.1.4
title: Ensure all AppArmor Profiles are enforcing (Automated)
Expand All @@ -403,11 +405,13 @@ controls:
rules:
- var_apparmor_mode=enforce
- all_apparmor_profiles_enforced
status: partial
status: automated
notes: |
Current implementation does not adequately address the nuances
of various profiles, including snap, disabled, force-complain,
and unconfined.
CIS recommendation does not adequately address the nuances
of various profiles, including disabled, force-complain,
and unconfined. Currently, the control changes the default apparmor
mode for all profiles in /etc/apparmor.d which can
break certain applications.

- id: 1.4.1
title: Ensure bootloader password is set (Automated)
Expand Down Expand Up @@ -1445,11 +1449,14 @@ controls:
levels:
- l1_server
- l1_workstation
related_rules:
rules:
- var_nftables_master_config_file=etc
- nftables_rules_permanent
status: planned
notes: TODO. Partial/incorrect implementation exists.See related rules. Analogous to ubuntu2204/3.5.2.10.
status: automated
notes: |
Audit procedure for 4.3.10 depends on local site policy thus
it cannot be fully automated. Upstream ticket:
https://workbench.cisecurity.org/benchmarks/18959/tickets/23190

- id: 4.4.1.1
title: Ensure iptables packages are installed (Automated)
Expand Down
4 changes: 2 additions & 2 deletions products/ubuntu2404/profiles/cis_level1_server.profile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
documentation_complete: true

metadata:
version: draft
version: 1.0.0
SMEs:
- mpurg
- dodys
- alanmcanonical

reference: https://www.cisecurity.org/benchmark/ubuntu_linux

title: 'DRAFT - CIS Ubuntu Linux 24.04 LTS Benchmark for Level 1 - Server'
title: 'CIS Ubuntu Linux 24.04 LTS Benchmark for Level 1 - Server'

description: |-
This profile defines a baseline that aligns to the "Level 1 - Server"
Expand Down
4 changes: 2 additions & 2 deletions products/ubuntu2404/profiles/cis_level1_workstation.profile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
documentation_complete: true

metadata:
version: draft
version: 1.0.0
SMEs:
- mpurg
- dodys
- alanmcanonical

reference: https://www.cisecurity.org/benchmark/ubuntu_linux

title: 'DRAFT - CIS Ubuntu Linux 24.04 LTS Benchmark for Level 1 - Workstation'
title: 'CIS Ubuntu Linux 24.04 LTS Benchmark for Level 1 - Workstation'

description: |-
This profile defines a baseline that aligns to the "Level 1 - Workstation"
Expand Down
4 changes: 2 additions & 2 deletions products/ubuntu2404/profiles/cis_level2_server.profile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
documentation_complete: true

metadata:
version: draft
version: 1.0.0
SMEs:
- mpurg
- dodys
- alanmcanonical

reference: https://www.cisecurity.org/benchmark/ubuntu_linux

title: 'DRAFT - CIS Ubuntu Linux 24.04 LTS Benchmark for Level 2 - Server'
title: 'CIS Ubuntu Linux 24.04 LTS Benchmark for Level 2 - Server'

description: |-
This profile defines a baseline that aligns to the "Level 2 - Server"
Expand Down
4 changes: 2 additions & 2 deletions products/ubuntu2404/profiles/cis_level2_workstation.profile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
documentation_complete: true

metadata:
version: draft
version: 1.0.0
SMEs:
- mpurg
- dodys
- alanmcanonical

reference: https://www.cisecurity.org/benchmark/ubuntu_linux

title: 'DRAFT - CIS Ubuntu Linux 24.04 LTS Benchmark for Level 2 - Workstation'
title: 'CIS Ubuntu Linux 24.04 LTS Benchmark for Level 2 - Workstation'

description: |-
This profile defines a baseline that aligns to the "Level 2 - Workstation"
Expand Down
Loading