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 5 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to Canonical Ubuntu 20.04 LTS Security Technical Implementation Guide

V-238199

CAT II (Medium)

The Ubuntu operating system must retain a user's session lock until that user reestablishes access using established identification and authentication procedures.

Rule ID

SV-238199r958400_rule

STIG

Canonical Ubuntu 20.04 LTS Security Technical Implementation Guide

Version

V2R4

CCIs

CCI-000056CCI-000057

Discussion

A session 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 want to log out because of the temporary nature of the absence. The session lock is implemented at the point where session activity can be determined. Regardless of where the session lock is determined and implemented, once invoked, a session lock of the Ubuntu operating system must remain in place until the user reauthenticates. No other activity aside from reauthentication must unlock the system. Satisfies: SRG-OS-000028-GPOS-00009, SRG-OS-000029-GPOS-00010

Check Content

Verify the Ubuntu operation system has a graphical user interface session lock enabled.  
 
Note: If the Ubuntu operating system does not have a graphical user interface installed, this requirement is Not Applicable. 
 
Get the "lock-enabled" setting to verify the graphical user interface session has the lock enabled with the following command: 
  
$ sudo gsettings get org.gnome.desktop.screensaver lock-enabled 
 
 true  
 
If "lock-enabled" is not set to "true", this is a finding.

Fix Text

Configure the Ubuntu operating system to allow a user to lock the current graphical user interface session.  
 
Note: If the Ubuntu operating system does not have a graphical user interface installed, this requirement is Not Applicable.  
 
Set the "lock-enabled" setting to allow graphical user interface session locks with the following command:  
 
$ sudo gsettings set org.gnome.desktop.screensaver lock-enabled true