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

The /var/log directory must have mode 0750 or less permissive.

DISA Rule

SV-100375r1_rule

Vulnerability Number

V-89725

Group Title

SRG-OS-000206-GPOS-00084

Rule Version

VRAU-SL-000830

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Change the permissions of the directory /var/log to "0750" by running the following command:

# chmod 0750 /var/log

Check Contents

Verify that the /var/log directory has mode 0750 or less by running the following command:

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

The output must look like the following example:

ls -lad /var/log | cut -d' ' -f1
drwxr-x---

If "drwxr-x---" is not returned as a result, this is a finding.

Vulnerability Number

V-89725

Documentable

False

Rule Version

VRAU-SL-000830

Severity Override Guidance

Verify that the /var/log directory has mode 0750 or less by running the following command:

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

The output must look like the following example:

ls -lad /var/log | cut -d' ' -f1
drwxr-x---

If "drwxr-x---" is not returned as a result, this is a finding.

Check Content Reference

M

Target Key

3459

Comments