Verify the /run/log/journal and /var/log/journal files are group-owned by
"systemd-journal" by using the following command:
$ sudo find /run/log/journal /var/log/journal -type f -exec stat -c "%n %G" {} \;
If any output returned is not group-owned by "systemd-journal", this is a finding.