STIGQter STIGQter: STIG Summary: Canonical Ubuntu 22.04 LTS Security Technical Implementation Guide Version: 2 Release: 9 Benchmark Date: 01 Jul 2026:

Ubuntu 22.04 LTS must be configured so that the "journalctl" command is owned by "root".

DISA Rule

SV-260505r958566_rule

Vulnerability Number

V-260505

Group Title

SRG-OS-000206-GPOS-00084

Rule Version

UBTU-22-232100

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure "journalctl" to be owned by "root":

$ sudo chown root /usr/bin/journalctl

Check Contents

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.

Vulnerability Number

V-260505

Documentable

False

Rule Version

UBTU-22-232100

Severity Override Guidance

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.

Check Content Reference

M

Target Key

5594