Skip to content

Audit Configuration Files Permissions are 640 or More Restrictive

An XCCDF Rule

Description

All audit configuration files permissions must be 640 or more restrictive.

chmod 0640 /etc/audit/audit*.{rules,conf} /etc/audit/rules.d/*

Rationale

Without the capability to restrict which roles and individuals can select which events are audited, unauthorized personnel may be able to prevent the auditing of critical events. Misconfigured audits may degrade the system's performance by overwhelming the audit log. Misconfigured audits may also make it more difficult to establish, correlate, and investigate the events relating to an incident or identify those responsible for one.

ID
xccdf_org.ssgproject.content_rule_file_permissions_audit_configuration
Severity
Medium
Updated