STIGQter STIGQter: STIG Summary: Anduril NixOS Security Technical Implementation Guide Version: 1 Release: 2 Benchmark Date: 01 Oct 2025:

NixOS systemd-journald directory must have a mode of 2755 or less permissive.

DISA Rule

SV-268117r1131034_rule

Vulnerability Number

V-268117

Group Title

SRG-OS-000057-GPOS-00027

Rule Version

ANIX-00-000590

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

The systemd-journald directories are by design set to 2755 mode.

If any directories are found with incorrect perms, correct them with the following command:

$ sudo find /var/log/journal -type d -exec chmod 2755 {} \;

Check Contents

Verify NixOS protects log information from unauthorized read access by implementing a mode of 2755 or less on the creation of log directories with the following command:

$ sudo find /var/log/journal -type d -perm -2755 -not -perm 2755 -printf "%p %m\n"

If any directories have a permission of greater than 2755, this is a finding.

Vulnerability Number

V-268117

Documentable

False

Rule Version

ANIX-00-000590

Severity Override Guidance

Verify NixOS protects log information from unauthorized read access by implementing a mode of 2755 or less on the creation of log directories with the following command:

$ sudo find /var/log/journal -type d -perm -2755 -not -perm 2755 -printf "%p %m\n"

If any directories have a permission of greater than 2755, this is a finding.

Check Content Reference

M

Target Key

5658