STIGhubSTIGhub
STIGsRMF ControlsCompare
STIGhub— A free STIG search and compliance tool·STIGs updated 3 days ago
Powered by Pylon·Privacy·Terms·© 2026 Beacon Cloud Solutions, Inc.
← Back to Solaris 11 X86 Security Technical Implementation Guide

V-216082

CAT III (Low)

Systems services that are not required must be disabled.

Rule ID

SV-216082r959010_rule

STIG

Solaris 11 X86 Security Technical Implementation Guide

Version

V3R5

CCIs

CCI-000366

Discussion

Services that are enabled but not required by the mission may provide excessive access or additional attack vectors to penetrate the system.

Check Content

Determine all of the systems services that are enabled on the system.

# svcs -a | grep online

Document all enabled services and disable any that are not required.

Fix Text

The Service Management profile is required:

Disable any other service not required. 

# pfexec svcadm disable [service name]