Skip to content

Commit

Permalink
Merge pull request #12701 from ericeberry/u2404_1311
Browse files Browse the repository at this point in the history
Ubuntu 24.04 1.3.1.1 Ensure AppArmor is installed
  • Loading branch information
dodys authored Dec 18, 2024
2 parents 93573ab + 33ac711 commit 51f51fe
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 4 deletions.
7 changes: 7 additions & 0 deletions components/apparmor-utils.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
groups:
- apparmor-utils
name: apparmor-utils
packages:
- apparmor-utils
rules:
- package_apparmor-utils_installed
1 change: 1 addition & 0 deletions components/apparmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ rules:
- apparmor_configured
- grub2_enable_apparmor
- package_apparmor_installed
- package_apparmor-utils_installed
- package_pam_apparmor_installed
8 changes: 4 additions & 4 deletions controls/cis_ubuntu2404.yml
Original file line number Diff line number Diff line change
Expand Up @@ -370,11 +370,11 @@ controls:
levels:
- l1_server
- l1_workstation
related_rules:
rules:
- package_apparmor_installed
status: planned
notes: TODO. Partial/incorrect implementation exists.See related rules. Analogous to ubuntu2204/1.6.1.1.

- package_apparmor-utils_installed
status: automated
- id: 1.3.1.2
title: Ensure AppArmor is enabled in the bootloader configuration (Automated)
levels:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
documentation_complete: true

title: 'Ensure AppArmor Utils is installed'

description: |-
AppArmor provide Mandatory Access Controls.
rationale: |-
Without a Mandatory Access Control system installed only the default
Discretionary Access Control system will be available.
severity: medium

template:
name: package_installed
vars:
pkgname: apparmor-utils

0 comments on commit 51f51fe

Please sign in to comment.