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 owned by root to prevent unauthorized read access.

DISA Rule

SV-268115r1131028_rule

Vulnerability Number

V-268115

Group Title

SRG-OS-000057-GPOS-00027

Rule Version

ANIX-00-000570

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 owned by "root" by executing the following command:

$ sudo find /var/log/journal -printf "%p %u\n"

/var/log/journal root
/var/log/journal/8960867736094c2089638a86c43fd755 root

If any occurrences of owner are not "root", this is a finding.

Vulnerability Number

V-268115

Documentable

False

Rule Version

ANIX-00-000570

Severity Override Guidance

Verify the journald directories and logs are owned by "root" by executing the following command:

$ sudo find /var/log/journal -printf "%p %u\n"

/var/log/journal root
/var/log/journal/8960867736094c2089638a86c43fd755 root

If any occurrences of owner are not "root", this is a finding.

Check Content Reference

M

Target Key

5658