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 /var/log/messages file must have mode 0640 or less permissive.

DISA Rule

SV-99261r1_rule

Vulnerability Number

V-88611

Group Title

SRG-OS-000206-GPOS-00084

Rule Version

VROM-SL-000820

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Change the permissions of the file "/var/log/messages" to "0640" by running the following command:

# chmod 0640 /var/log/messages

Check Contents

Verify that the "/var/log/messages" file is 0640 or less permissive by running the following command:

# ls -lad /var/log/messages | cut -d' ' -f1

The output must look like the following example:

ls -lad /var/log/messages | cut -d' ' -f1
-rw-r-----

If "-rw-r-----" is not returned as a result, this is a finding.

Vulnerability Number

V-88611

Documentable

False

Rule Version

VROM-SL-000820

Severity Override Guidance

Verify that the "/var/log/messages" file is 0640 or less permissive by running the following command:

# ls -lad /var/log/messages | cut -d' ' -f1

The output must look like the following example:

ls -lad /var/log/messages | cut -d' ' -f1
-rw-r-----

If "-rw-r-----" is not returned as a result, this is a finding.

Check Content Reference

M

Target Key

3461

Comments