STIGhubSTIGhub
STIGsRMF ControlsCompare

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • RMF Controls
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 10 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to Solaris 11 X86 Security Technical Implementation Guide

V-216112

CAT II (Medium)

Login services for serial ports must be disabled.

Rule ID

SV-216112r959010_rule

STIG

Solaris 11 X86 Security Technical Implementation Guide

Version

V3R5

CCIs

CCI-000366

Discussion

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 Content

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 Text

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