Login services for serial ports must be disabled.
Severity | Group ID | Group Title | Version | Rule ID | Date | STIG Version |
|---|---|---|---|---|---|---|
| medium | V-216347 | SRG-OS-000480 | SOL-11.1-040310 | SV-216347r959010_rule | 2026-02-19 | 3 |
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