Check: UBTU-16-010040
Canonical Ubuntu STIG:
UBTU-16-010040
(in version v1 r2)
Title
The Ubuntu operating system must enable a user session lock until that user re-establishes access using established identification and authentication procedures. (Cat II impact)
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, the session lock shall remain in place until the user re-authenticates. No other activity aside from re-authentication shall unlock the system.
Check Content
Verify the operating system allows a user to lock the current graphical user interface (GUI) session. Note: If the Ubuntu operating system does not have GNOME installed, this requirement is Not Applicable. Check to see if the Ubuntu operating system allows the user to lock the current GUI session with the following command: # gsettings get org.gnome.desktop.lock-enabled true If "lock-enabled" is not set to "true", this is a finding.
Fix Text
Configure the Ubuntu operating system so that it allows a user to lock the current GUI session. Note: If the Ubuntu operating system does not have GNOME installed, this requirement is Not Applicable. Set the "lock-enabled" setting in GNOME to allow GUI session locks with the following command: Note: The command must be performed from a terminal window inside the graphical user interface (GUI). # sudo gsettings set org.gnome.desktop.lock-enabled true
Additional Identifiers
Rule ID: SV-90117r3_rule
Vulnerability ID: V-75437
Group Title:
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-000056 |
The information system retains the session lock until the user reestablishes access using established identification and authentication procedures. |
Controls
Number | Title |
---|---|
AC-11 |
Session Lock |