The rsyslog service on TOSS 5 must be active.

Overview

Finding IDVersionRule IDIA ControlsSeverity
V-282746TOSS-05-000377SV-282746r1201218_ruleCCI-000366medium
Description
The "rsyslog" service must be running to provide logging services, which are essential to system administration.
STIGDate
Tri-Lab Operating System Stack (TOSS) 5 Security Technical Implementation Guide2026-04-01

Details

Check Text (C-282746r1201218_chk)

Verify "rsyslog" is active using the following command: $ systemctl is-active rsyslog active If the "rsyslog" service is not active, this is a finding.

Fix Text (F-87212r1201217_fix)

To enable the rsyslog service, run the following command: $ sudo systemctl enable --now rsyslog