STIGQter STIGQter: STIG Summary: VMware vRealize Automation 7.x SLES Security Technical Implementation Guide Version: 1 Release: 1 Benchmark Date: 28 Sep 2018:

The SLES for vRealize must protect audit information from unauthorized deletion.

DISA Rule

SV-100149r1_rule

Vulnerability Number

V-89499

Group Title

SRG-OS-000059-GPOS-00029

Rule Version

VRAU-SL-000165

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Change the mode of the audit log file(s):

# chmod 0640 <audit log file>

Check Contents

Verify that the system audit logs with the following command:

# (audit_log_file=$(grep "^log_file" /etc/audit/auditd.conf|sed s/^[^\/]*//) && if [ -f "${audit_log_file}" ] ; then printf "Log(s) found in "${audit_log_file%/*}":\n"; ls -l ${audit_log_file%/*}; else printf "audit log file(s) not found\n"; fi)

If any audit log file has a mode more permissive than "0640", this is a finding.

Vulnerability Number

V-89499

Documentable

False

Rule Version

VRAU-SL-000165

Severity Override Guidance

Verify that the system audit logs with the following command:

# (audit_log_file=$(grep "^log_file" /etc/audit/auditd.conf|sed s/^[^\/]*//) && if [ -f "${audit_log_file}" ] ; then printf "Log(s) found in "${audit_log_file%/*}":\n"; ls -l ${audit_log_file%/*}; else printf "audit log file(s) not found\n"; fi)

If any audit log file has a mode more permissive than "0640", this is a finding.

Check Content Reference

M

Target Key

3459

Comments