Skip to content

Commit

Permalink
Ubuntu 24.04 1.3.1.1 Ensure AppArmor is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
ericeberry committed Dec 10, 2024
1 parent f1d163c commit dbf6e30
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
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 @@ -368,11 +368,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 dbf6e30

Please sign in to comment.