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

Overview

Finding IDVersionRule IDIA ControlsSeverity
V-256522PHTN-30-000047SV-256522r991557_ruleCCI-001493medium
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.
STIGDate
VMware vSphere 7.0 vCenter Appliance Photon OS Security Technical Implementation Guide2024-12-16

Details

Check Text (C-256522r991557_chk)

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 Text (F-60140r887239_fix)

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