STIGQter STIGQter: STIG Summary: Cloud Linux AlmaLinux OS 9 Security Technical Implementation Guide Version: 1 Release: 7 Benchmark Date: 01 Jul 2026:

AlmaLinux OS 9 must require authentication to access emergency mode.

DISA Rule

SV-269136r1137691_rule

Vulnerability Number

V-269136

Group Title

SRG-OS-000080-GPOS-00048

Rule Version

ALMA-09-006180

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure AlmaLinux OS 9 to require authentication for emergency mode.

Add or modify the following line in the "/usr/lib/systemd/system/emergency.service" file:

ExecStart=-/usr/lib/systemd/systemd-sulogin-shell emergency

"sudo systemctl edit emergency.service" can also be used to create a "/etc/systemd/system/emergency.service.d/override.conf" file.

Check Contents

Verify that AlmaLinux OS 9 requires authentication for emergency mode with the following command:

$ grep -E 'ExecStart.*sulogin' /usr/lib/systemd/system/emergency.service

ExecStart=-/usr/lib/systemd/systemd-sulogin-shell emergency

If this line is not returned, or is commented out, this is a finding.
If the output is different, this is a finding.

Vulnerability Number

V-269136

Documentable

False

Rule Version

ALMA-09-006180

Severity Override Guidance

Verify that AlmaLinux OS 9 requires authentication for emergency mode with the following command:

$ grep -E 'ExecStart.*sulogin' /usr/lib/systemd/system/emergency.service

ExecStart=-/usr/lib/systemd/systemd-sulogin-shell emergency

If this line is not returned, or is commented out, this is a finding.
If the output is different, this is a finding.

Check Content Reference

M

Target Key

5664