STIGhubSTIGhub
STIGhub— A free STIG search and compliance tool·STIGs updated just now
Powered by Pylon·Privacy·Terms·Feedback·© 2026 Beacon Cloud Solutions, Inc.
← Back to SUSE Linux Enterprise Server 15 Security Technical Implementation Guide

V-234812

CAT II (Medium)

The SUSE operating system must initiate a session lock after a 10-minute period of inactivity for the graphical user interface (GUI).

Rule ID

SV-234812r1208924_rule

STIG

SUSE Linux Enterprise Server 15 Security Technical Implementation Guide

Version

V2R8

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 users to manually lock their SUSE operating system session prior to vacating the vicinity, the SUSE operating system needs to be able to identify when a user's session has idled and take action to initiate the session lock. The session lock is implemented at the point where session activity can be determined and/or controlled.

Check Content

Verify the SUSE operating system initiates a session lock after a 10-minute period of inactivity via the GUI by running the following command:

Note: If the system does not have a graphical user interface installed, this requirement is Not Applicable.

> sudo gsettings get org.gnome.desktop.session idle-delay
uint32 600

If the command does not return a value less than or equal to "600", this is a finding.

Fix Text

Configure the SUSE operating system to initiate a session lock after a 10-minute period of inactivity of the GUI by running the following command:

Note: If the system does not have a graphical user interface installed, this requirement is Not Applicable. This command must be run from an X11 session; otherwise, the command will not work correctly.

> sudo gsettings set org.gnome.desktop.session idle-delay 600