The operating system must be configured to provide essential capabilities.
Severity | Group ID | Group Title | Version | Rule ID | Date | STIG Version |
---|---|---|---|---|---|---|
medium | V-216297 | SRG-OS-000095 | SOL-11.1-020220 | SV-216297r958478_rule | 2024-11-25 | 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] |