Systems services that are not required must be disabled.
Severity | Group ID | Group Title | Version | Rule ID | Date | STIG Version |
---|---|---|---|---|---|---|
low | V-216082 | SRG-OS-000480 | SOL-11.1-030040 | SV-216082r959010_rule | 2024-11-25 | 3 |
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] |