Systems services that are not required must be disabled.

Severity
Group ID
Group Title
Version
Rule ID
Date
STIG Version
lowV-216317SRG-OS-000480SOL-11.1-030040SV-216317r959010_rule2024-11-253
Description
Services that are enabled but not required by the mission may provide excessive access or additional attack vectors to penetrate the system.
ℹ️ Check
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
The Service Management profile is required: Disable any other service not required. # pfexec svcadm disable [service name]