SV-275600r1147850_rule
V-275600
SRG-OS-000206-GPOS-00084
RIIM-OS-232105
CAT II
10
Configure "journalctl" to be group-owned by "root":
$ sudo chown :root /usr/bin/journalctl
Verify that the "journalctl" command is group-owned by "root" by using the following command:
$ sudo find /usr/bin/journalctl -exec stat -c "%n %G" {} \;
/usr/bin/journalctl root
If "journalctl" is not group-owned by "root", this is a finding.
V-275600
False
RIIM-OS-232105
Verify that the "journalctl" command is group-owned by "root" by using the following command:
$ sudo find /usr/bin/journalctl -exec stat -c "%n %G" {} \;
/usr/bin/journalctl root
If "journalctl" is not group-owned by "root", this is a finding.
M
5706