STIGQter STIGQter: STIG Summary: Riverbed NetIM OS Security Technical Implementation Guide Version: 1 Release: 1 Benchmark Date: 11 Sep 2025:

Ubuntu OS must be configured so that the "journalctl" command is not accessible by unauthorized users.

DISA Rule

SV-275606r1147868_rule

Vulnerability Number

V-275606

Group Title

SRG-OS-000205-GPOS-00083

Rule Version

RIIM-OS-232140

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure "journalctl" to have a permission set of "740":

$ sudo chmod 740 /usr/bin/journalctl

Check Contents

Verify that the "journalctl" command has a permission set of "740" by using the following command:

$ sudo find /usr/bin/journalctl -exec stat -c "%n %a" {} \;
/usr/bin/journalctl 740

If "journalctl" is not set to "740", this is a finding.

Vulnerability Number

V-275606

Documentable

False

Rule Version

RIIM-OS-232140

Severity Override Guidance

Verify that the "journalctl" command has a permission set of "740" by using the following command:

$ sudo find /usr/bin/journalctl -exec stat -c "%n %a" {} \;
/usr/bin/journalctl 740

If "journalctl" is not set to "740", this is a finding.

Check Content Reference

M

Target Key

5706