STIGQter STIGQter: STIG Summary: Amazon Linux 2023 Security Technical Implementation Guide Version: 1 Release: 4 Benchmark Date: 01 Jul 2026:

Amazon Linux 2023 must ensure the /var/log directory be owned by root.

DISA Rule

SV-274126r1120366_rule

Vulnerability Number

V-274126

Group Title

SRG-OS-000206-GPOS-00084

Rule Version

AZLX-23-002320

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure Amazon Linux 2023 so that the directory "/var/log" is owned by "root" with the following command:

$ sudo chown root /var/log

Check Contents

Verify Amazon Linux 2023 is configured so that the "/var/log" directory is owned by root with the following command:

$ stat -c "%U %n" /var/log
root /var/log

If "/var/log" does not have an owner of "root", this is a finding.

Vulnerability Number

V-274126

Documentable

False

Rule Version

AZLX-23-002320

Severity Override Guidance

Verify Amazon Linux 2023 is configured so that the "/var/log" directory is owned by root with the following command:

$ stat -c "%U %n" /var/log
root /var/log

If "/var/log" does not have an owner of "root", this is a finding.

Check Content Reference

M

Target Key

5700