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 |
|---|---|---|---|---|---|---|
| medium | V-219971 | SRG-OS-000368 | SOL-11.1-020230 | SV-219971r958804_rule | 2026-02-19 | 3 |
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]