STIGhubSTIGhub
STIGsRMF ControlsCompare

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • RMF Controls
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 6 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to Tri-Lab Operating System Stack (TOSS) 5 Security Technical Implementation Guide

V-282746

CAT II (Medium)

The rsyslog service on TOSS 5 must be active.

Rule ID

SV-282746r1201218_rule

STIG

Tri-Lab Operating System Stack (TOSS) 5 Security Technical Implementation Guide

Version

V1R1

CCIs

CCI-000366

Discussion

The "rsyslog" service must be running to provide logging services, which are essential to system administration.

Check Content

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

To enable the rsyslog service, run the following command:

$ sudo systemctl enable --now rsyslog