The Photon operating system audit files and directories must have correct permissions.

Severity
Group ID
Group Title
Version
Rule ID
Date
STIG Version
mediumV-256522SRG-OS-000256-GPOS-00097PHTN-30-000047SV-256522r991557_rule2024-12-161

Description

Protecting audit information includes identifying and protecting the tools used to view and manipulate log data. Therefore, protecting audit tools is necessary to prevent unauthorized operations on audit information.

ℹ️ Check

At the command line, run the following command: # stat -c "%n is owned by %U and group owned by %G" /etc/audit/auditd.conf If "auditd.conf" is not owned by root and group owned by root, this is a finding.

✔️ Fix

At the command line, run the following command: # chown root:root /etc/audit/auditd.conf