STIGQter STIGQter: STIG Summary: Canonical Ubuntu 22.04 LTS Security Technical Implementation Guide Version: 2 Release: 9 Benchmark Date: 01 Jul 2026:

Ubuntu 22.04 LTS must be configured to use AppArmor.

DISA Rule

SV-260557r958804_rule

Vulnerability Number

V-260557

Group Title

SRG-OS-000368-GPOS-00154

Rule Version

UBTU-22-431015

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Enable and start "apparmor.service" by using the following command:

$ sudo systemctl enable apparmor.service --now

Note: AppArmor must have properly configured profiles for applications and home directories. All configurations will be based on the actual system setup and organization and normally are on a per role basis. See the AppArmor documentation for more information on configuring profiles.

Check Contents

Verify Ubuntu 22.04 LTS AppArmor is active by using the following commands:

$ systemctl is-enabled apparmor.service
enabled

$ systemctl is-active apparmor.service
active

If "apparmor.service" is not enabled and active, this is a finding.

Check if AppArmor profiles are loaded and enforced by using the following command:

$ sudo apparmor_status | grep -i profile
32 profiles are loaded.
32 profiles are in enforce mode.
0 profiles are in complain mode.
0 profiles are in kill mode.
0 profiles are in unconfined mode.
2 processes have profiles defined.
0 processes are unconfined but have a profile defined.

If no profiles are loaded and enforced, this is a finding.

Vulnerability Number

V-260557

Documentable

False

Rule Version

UBTU-22-431015

Severity Override Guidance

Verify Ubuntu 22.04 LTS AppArmor is active by using the following commands:

$ systemctl is-enabled apparmor.service
enabled

$ systemctl is-active apparmor.service
active

If "apparmor.service" is not enabled and active, this is a finding.

Check if AppArmor profiles are loaded and enforced by using the following command:

$ sudo apparmor_status | grep -i profile
32 profiles are loaded.
32 profiles are in enforce mode.
0 profiles are in complain mode.
0 profiles are in kill mode.
0 profiles are in unconfined mode.
2 processes have profiles defined.
0 processes are unconfined but have a profile defined.

If no profiles are loaded and enforced, this is a finding.

Check Content Reference

M

Target Key

5594