The rsyslog service on TOSS 5 must be active.
Overview
| Finding ID | Version | Rule ID | IA Controls | Severity |
| V-282746 | TOSS-05-000377 | SV-282746r1201218_rule | CCI-000366 | medium |
| Description | ||||
| The "rsyslog" service must be running to provide logging services, which are essential to system administration. | ||||
| STIG | Date | |||
| Tri-Lab Operating System Stack (TOSS) 5 Security Technical Implementation Guide | 2026-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