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