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

The SLES for vRealize must protect audit tools from unauthorized access.

DISA Rule

SV-99285r1_rule

Vulnerability Number

V-88635

Group Title

SRG-OS-000256-GPOS-00097

Rule Version

VROM-SL-000880

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

For each file that has permissions that are more permissive than those expected by the RPM database, alter the permission of the file with the following command:

# chmod <permission> <filename>

Check Contents

The following command will list which audit files on the system have permissions different from what is expected by the RPM database:

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

If there is any output, for each file or directory found, compare the RPM-expected permissions with the permissions on the file or directory:

# rpm -q --queryformat "[%{FILENAMES} %{FILEMODES:perms}\n]" audit | grep [filename]
# ls -lL [filename]

If the existing permissions are more permissive than those expected by the RPM database, this is a finding.

Vulnerability Number

V-88635

Documentable

False

Rule Version

VROM-SL-000880

Severity Override Guidance

The following command will list which audit files on the system have permissions different from what is expected by the RPM database:

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

If there is any output, for each file or directory found, compare the RPM-expected permissions with the permissions on the file or directory:

# rpm -q --queryformat "[%{FILENAMES} %{FILEMODES:perms}\n]" audit | grep [filename]
# ls -lL [filename]

If the existing permissions are more permissive than those expected by the RPM database, this is a finding.

Check Content Reference

M

Target Key

3461

Comments