STIGQter STIGQter: STIG Summary: Red Hat Enterprise Linux 8 Security Technical Implementation Guide Version: 1 Release: 2 Benchmark Date: 23 Apr 2021:

The RHEL 8 /var/log directory must be group-owned by root.

DISA Rule

SV-230250r627750_rule

Vulnerability Number

V-230250

Group Title

SRG-OS-000206-GPOS-00084

Rule Version

RHEL-08-010260

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Change the group of the directory "/var/log" to "root" by running the following command:

$ sudo chgrp root /var/log

Check Contents

Verify the "/var/log" directory is group-owned by root with the following command:

$ sudo stat -c "%G" /var/log

root

If "root" is not returned as a result, this is a finding.

Vulnerability Number

V-230250

Documentable

False

Rule Version

RHEL-08-010260

Severity Override Guidance

Verify the "/var/log" directory is group-owned by root with the following command:

$ sudo stat -c "%G" /var/log

root

If "root" is not returned as a result, this is a finding.

Check Content Reference

M

Target Key

2921

Comments