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-219999

CAT II (Medium)

The operating system must employ automated mechanisms to prevent program execution in accordance with the organization-defined specifications.

Rule ID

SV-219999r958804_rule

STIG

Solaris 11 X86 Security Technical Implementation Guide

Version

V3R5

CCIs

CCI-001764

Discussion

Operating systems are capable of providing a wide variety of functions and services. Execution must be disabled based on organization-defined specifications.

Check Content

Identify the packages installed on the system. 

# pkg list

Any unauthorized software packages listed in the output are a finding.

Fix Text

The Software Installation profile is required.

Identify packages installed on the system:

# pkg list

uninstall unauthorized packages:

# pfexec pkg uninstall [ package name]