SV-268116r1131031_rule
V-268116
SRG-OS-000057-GPOS-00027
ANIX-00-000580
CAT II
10
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
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.
V-268116
False
ANIX-00-000580
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.
M
5658