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

Severity
Group ID
Group Title
Version
Rule ID
Date
STIG Version
mediumV-219971SRG-OS-000368SOL-11.1-020230SV-219971r958804_rule2024-11-253
Description
Operating systems are capable of providing a wide variety of functions and services. Execution must be disabled based on organization-defined specifications.
ℹ️ Check
Identify the packages installed on the system. # pkg list Any unauthorized software packages listed in the output are a finding.
✔️ Fix
The Software Installation profile is required. Identify packages installed on the system: # pkg list uninstall unauthorized packages: # pfexec pkg uninstall [ package name]