The audit system must maintain a central audit trail for all zones.
Severity | Group ID | Group Title | Version | Rule ID | Date | STIG Version |
|---|---|---|---|---|---|---|
| low | V-216242 | SRG-OS-000480 | SOL-11.1-100050 | SV-216242r959010_rule | 2026-02-19 | 3 |
Description
Centralized auditing simplifies the investigative process to determine the cause of a security event.
ℹ️ Check
This check applies to the global zone only. Determine the zone that you are currently securing.
# zonename
If the command output is "global", this check applies.
List the non-global zones on the system.
# zoneadm list -vi | grep -v global
The Audit Configuration profile is required.
Determine whether the "perzone" auditing policy is in effect.
# pfexec auditconfig -getpolicy | grep active | grep perzone
If output is returned, this is a finding.
✔️ Fix
This check applies to the global zone only. Determine the zone that you are currently securing.
# zonename
If the command output is "global", this check applies.
List the non-global zones on the system.
# zoneadm list -vi | grep -v global
The Audit Configuration profile is required.
Disable the "perzone" auditing policy.
# pfexec auditconfig -setpolicy -perzone