Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu 24.04 1.3.1.1 Ensure AppArmor is installed #12701

Merged
merged 3 commits into from
Dec 18, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
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
Loading