UCF STIG Viewer Logo

The system package management tool must verify ownership on all files and directories associated with the audit package.


Overview

Finding ID Version Rule ID IA Controls Severity
V-209015 OL6-00-000279 SV-209015r793736_rule Medium
Description
Ownership of audit binaries and configuration files that is incorrect could allow an unauthorized user to gain privileges that they should not have. The ownership set by the vendor should be maintained. Any deviations from this baseline should be investigated.
STIG Date
Oracle Linux 6 Security Technical Implementation Guide 2021-12-03

Details

Check Text ( C-9268r357830_chk )
The following command will list which audit files on the system have ownership different from what is expected by the RPM database:

# rpm -V audit | grep '^.....U'

If there is output, this is a finding.
Fix Text (F-9268r357831_fix)
The RPM package management system can restore file ownership of the audit package files and directories. The following command will update audit files with ownership different from what is expected by the RPM database:

# rpm --setugids audit