An XCCDF Group - A logical subset of the XCCDF Benchmark
systemd-journald
$ sudo systemctl enable systemd-journald.service
$ sudo find /run/log/journal /var/log/journal -type d -exec stat -c "%n %G" {} \;
$ sudo find /run/log/journal /var/log/journal -type d -exec stat -c "%n %U" {} \;
$ sudo find /run/log/journal /var/log/journal -type d -exec stat -c "%n %a" {} \;
$ sudo find /usr/bin/journalctl -exec stat -c "%n %G" {} \;
$ sudo find /run/log/journal /var/log/journal -type f -exec stat -c "%n %G" {} \;
$ sudo find /usr/bin/journalctl -exec stat -c "%n %U" {} \;
$ sudo find /run/log/journal /var/log/journal -type f -exec stat -c "%n %U" {} \;
$ sudo find /usr/bin/journalctl -exec stat -c "%n %a" {} \;
$ sudo find /run/log/journal /var/log/journal -type f -exec stat -c "%n %a" {} \;