SV-269139r1137691_rule
V-269139
SRG-OS-000080-GPOS-00048
ALMA-09-006510
CAT II
10
Configure AlmaLinux OS 9 to require authentication for single-user mode.
Add or modify the following line in the "/usr/lib/systemd/system/rescue.service" file:
ExecStart=-/usr/lib/systemd/systemd-sulogin-shell rescue
"sudo systemctl edit rescue.service" can also be used to create a "/etc/systemd/system/rescue.service.d/override.conf" file.
Verify that AlmaLinux OS 9 requires authentication for single-user mode with the following command:
$ grep -E 'ExecStart.*sulogin' /usr/lib/systemd/system/rescue.service
ExecStart=-/usr/lib/systemd/systemd-sulogin-shell rescue
If this line is not returned or is commented out, this is a finding.
V-269139
False
ALMA-09-006510
Verify that AlmaLinux OS 9 requires authentication for single-user mode with the following command:
$ grep -E 'ExecStart.*sulogin' /usr/lib/systemd/system/rescue.service
ExecStart=-/usr/lib/systemd/systemd-sulogin-shell rescue
If this line is not returned or is commented out, this is a finding.
M
5664