Skip to content

Commit 51f51fe

Browse files
authored
Merge pull request #12701 from ericeberry/u2404_1311
Ubuntu 24.04 1.3.1.1 Ensure AppArmor is installed
2 parents 93573ab + 33ac711 commit 51f51fe

File tree

4 files changed

+29
-4
lines changed

4 files changed

+29
-4
lines changed

components/apparmor-utils.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
groups:
2+
- apparmor-utils
3+
name: apparmor-utils
4+
packages:
5+
- apparmor-utils
6+
rules:
7+
- package_apparmor-utils_installed

components/apparmor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ rules:
1010
- apparmor_configured
1111
- grub2_enable_apparmor
1212
- package_apparmor_installed
13+
- package_apparmor-utils_installed
1314
- package_pam_apparmor_installed

controls/cis_ubuntu2404.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -370,11 +370,11 @@ controls:
370370
levels:
371371
- l1_server
372372
- l1_workstation
373-
related_rules:
373+
rules:
374374
- package_apparmor_installed
375-
status: planned
376-
notes: TODO. Partial/incorrect implementation exists.See related rules. Analogous to ubuntu2204/1.6.1.1.
377-
375+
- package_apparmor-utils_installed
376+
status: automated
377+
378378
- id: 1.3.1.2
379379
title: Ensure AppArmor is enabled in the bootloader configuration (Automated)
380380
levels:
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
documentation_complete: true
2+
3+
title: 'Ensure AppArmor Utils is installed'
4+
5+
description: |-
6+
AppArmor provide Mandatory Access Controls.
7+
8+
rationale: |-
9+
Without a Mandatory Access Control system installed only the default
10+
Discretionary Access Control system will be available.
11+
12+
severity: medium
13+
14+
template:
15+
name: package_installed
16+
vars:
17+
pkgname: apparmor-utils

0 commit comments

Comments
 (0)