Details
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.
Solution
Configure the Ubuntu operating system so that it allows a user to lock the current Graphical User Interface session.
Set the ‘lock-enabled’ setting in the graphical user interface to allow session locks with the following command:
Note: The command must be performed from a terminal window inside the graphical user interface.
# sudo gsettings set org.gnome.desktop.lock-enabled true
Supportive Information
The following resource is also helpful.
This security hardening control applies to the following category of controls within NIST 800-53: Access Control.This control applies to the following type of system Unix.
References
- 800-53|AC-11b.
- CAT|II
- CCI|CCI-000056
- Rule-ID|SV-214943r610931_rule
- STIG-ID|UBTU-16-010040
- STIG-Legacy|SV-90117
- STIG-Legacy|V-75437
- Vuln-ID|V-214943