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 owned by root.

DISA Rule

SV-230249r627750_rule

Vulnerability Number

V-230249

Group Title

SRG-OS-000206-GPOS-00084

Rule Version

RHEL-08-010250

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

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

$ sudo chown root /var/log

Check Contents

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

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

root

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

Vulnerability Number

V-230249

Documentable

False

Rule Version

RHEL-08-010250

Severity Override Guidance

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

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

root

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

Check Content Reference

M

Target Key

2921

Comments