Login services for serial ports must be disabled.

Severity
Group ID
Group Title
Version
Rule ID
Date
STIG Version
mediumV-216112SRG-OS-000480SOL-11.1-040310SV-216112r959010_rule2026-02-193

Description

Login services should not be enabled on any serial ports that are not strictly required to support the mission of the system. This action can be safely performed even when console access is provided using a serial port.

ℹ️ Check

Determine if terminal login services are disabled. # svcs -Ho state svc:/system/console-login:terma # svcs -Ho state svc:/system/console-login:termb If the system/console-login services are not "disabled", this is a finding.

✔️ Fix

The Service Operator profile is required. Disable serial terminal services. # pfexec svcadm disable svc:/system/console-login:terma # pfexec svcadm disable svc:/system/console-login:termb