Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-51497 | OSX8-00-01355 | SV-65707r1_rule | Medium |
Description |
---|
It is critical when a system is at risk of failing to process audit logs, as required, it detects and takes action to mitigate the failure. Audit processing failures include, software/hardware errors, failures in the audit capturing mechanisms, and audit storage capacity being reached or exceeded. In order for the audit control system to shut down when an audit processing failure occurs, the setting "ahlt" must be configured. The default setting is "cnt" which allows the system to continue running in the event of an audit processing failure. |
STIG | Date |
---|---|
Apple OS X 10.8 (Mountain Lion) Workstation STIG | 2015-02-10 |
Check Text ( C-53841r1_chk ) |
---|
The check with display the settings for the audit control system. To view the setting, run the following command: sudo grep policy /etc/security/audit_control | grep ahlt If there is no result, this is a finding. |
Fix Text (F-56301r1_fix) |
---|
Edit the /etc/security/audit_control file, and change the value for policy to include the setting "ahlt". |