The operating system must shut down by default upon audit failure (unless availability is an overriding concern).
Overview
| Finding ID | Version | Rule ID | IA Controls | Severity |
| V-216041 | SOL-11.1-010420 | SV-216041r1038966_rule | CCI-000140 | medium |
| Description | ||||
| Continuing to operate a system without auditing working properly can result in undocumented access or system changes. | ||||
| STIG | Date | |||
| Solaris 11 X86 Security Technical Implementation Guide | 2025-05-05 | |||
Related Frameworks
3 paths across 3 frameworks
Related Frameworks
NIST 800-531 mapping
AU-5
1.00
- DISA · 3 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
NIST 800-1711 mapping
3.3.4
1.00
- DISA · 3 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
- NIST · Rev 2 (Feb 2020, errata Jan 2021) · nist_800_171_app_d · equivalent
CCI1 mapping
CCI-000140
1.00
- DISA · 3 · disa_xccdf · related
Details
Check Text (C-216041r1038966_chk)
The Audit Configuration profile is required.
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.
# pfexec auditconfig -getpolicy | grep ahlt
If the output does not include "ahlt" as an active audit policy, this is a finding.
# pfexec auditconfig -getpolicy | grep active | grep cnt
If the output includes "cnt" as an active audit policy, this is a finding.
Fix Text (F-17277r372506_fix)
The Audit Configuration profile is required.
This action applies to the global zone only. Determine the zone that you are currently securing.
# zonename
If the command output is "global", this action applies.
Set audit policy to halt and suspend on failure.
# pfexec auditconfig -setpolicy +ahlt
# pfexec auditconfig -setpolicy -cnt