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 4 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to Red Hat Enterprise Linux 7 Security Technical Implementation Guide

V-255926

CAT II (Medium)

The Red Hat Enterprise Linux operating system must have the screen package installed.

Rule ID

SV-255926r958402_rule

STIG

Red Hat Enterprise Linux 7 Security Technical Implementation Guide

Version

V3R15

CCIs

CCI-000057

Discussion

A session time-out lock is a temporary action taken when a user stops work and moves away from the immediate physical vicinity of the information system but does not log out because of the temporary nature of the absence. Rather than relying on the user to manually lock their operating system session prior to vacating the vicinity, operating systems need to be able to identify when a user's session has idled and take action to initiate the session lock. The screen and tmux packages allow for a session lock to be implemented and configured.

Check Content

Verify the operating system has the screen package installed.

Check to see if the screen package is installed with the following command:

     # yum list installed screen
     screen-4.3.1-3-x86_64.rpm

If the screen package is not installed, check to see if the tmux package is installed with the following command:

     # yum list installed tmux
     tmux-1.8-4.el7.x86_64.rpm

If either the screen package or the tmux package is not installed, this is a finding.

Fix Text

Install the screen package to allow the initiation of a session lock after a 15-minute period of inactivity.

Install the screen program (if it is not on the system) with the following command:

     # yum install screen

OR

Install the tmux program (if it is not on the system) with the following command:

     # yum install tmux