SV-260505r958566_rule
V-260505
SRG-OS-000206-GPOS-00084
UBTU-22-232100
CAT II
10
Configure "journalctl" to be owned by "root":
$ sudo chown root /usr/bin/journalctl
Verify that the "journalctl" command is owned by "root" by using the following command:
$ sudo find /usr/bin/journalctl -exec stat -c "%n %U" {} \;
/usr/bin/journalctl root
If "journalctl" is not owned by "root", this is a finding.
V-260505
False
UBTU-22-232100
Verify that the "journalctl" command is owned by "root" by using the following command:
$ sudo find /usr/bin/journalctl -exec stat -c "%n %U" {} \;
/usr/bin/journalctl root
If "journalctl" is not owned by "root", this is a finding.
M
5594