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

NixOS journald directory and logs must be group-owned by systemd-journald to prevent unauthorized read access.

DISA Rule

SV-268116r1131031_rule

Vulnerability Number

V-268116

Group Title

SRG-OS-000057-GPOS-00027

Rule Version

ANIX-00-000580

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

The systemd-journald logs are by design stored with root:systemd-journald owner and group respectively.

If any files are found with different ownership, run the following command to correct them:

$ sudo chown -R root:systemd-journald /var/log/journald

Check Contents

Verify the journald directories and logs are group-owned by "systemd-journald" by executing the following command:

$ sudo find /var/log/journal -not -group systemd-journal

If any directories or files are returned, this is a finding.

Vulnerability Number

V-268116

Documentable

False

Rule Version

ANIX-00-000580

Severity Override Guidance

Verify the journald directories and logs are group-owned by "systemd-journald" by executing the following command:

$ sudo find /var/log/journal -not -group systemd-journal

If any directories or files are returned, this is a finding.

Check Content Reference

M

Target Key

5658