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 read access - ownership.

DISA Rule

SV-100143r1_rule

Vulnerability Number

V-89493

Group Title

SRG-OS-000057-GPOS-00027

Rule Version

VRAU-SL-000150

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Change the ownership of the audit log file(s).

Procedure:
# chown root <audit log file>

# chown root /var/log/audit/audit.log

Check Contents

Verify that the system audit logs are owned by "root":

# (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 is not owned by "root", this is a finding.

Vulnerability Number

V-89493

Documentable

False

Rule Version

VRAU-SL-000150

Severity Override Guidance

Verify that the system audit logs are owned by "root":

# (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 is not owned by "root", this is a finding.

Check Content Reference

M

Target Key

3459

Comments