-
Notifications
You must be signed in to change notification settings - Fork 705
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12701 from ericeberry/u2404_1311
Ubuntu 24.04 1.3.1.1 Ensure AppArmor is installed
- Loading branch information
Showing
4 changed files
with
29 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
linux_os/guide/system/apparmor/package_apparmor-utils_installed/rule.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |