Ubuntu 24.04 LTS must allow users to directly initiate a session lock for all connection types.

Overview

Finding IDVersionRule IDIA ControlsSeverity
V-270674UBTU-24-101000SV-270674r1067167_ruleCCI-000060medium
Description
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. Rather than be forced to wait for a period of time to expire before the user session can be locked, Ubuntu 24.04 LTSs need to provide users with the ability to manually invoke a session lock so users may secure their session if they need to temporarily vacate the immediate physical vicinity. Satisfies: SRG-OS-000031-GPOS-00012, SRG-OS-000030-GPOS-00011
STIGDate
Canonical Ubuntu 24.04 LTS Security Technical Implementation Guide2025-05-16

Related Frameworks

3 paths across 3 frameworks
NIST 800-531 mapping
  • DISA · 1 · disa_xccdf · related
  • DISA · 2025-01-23 · disa_cci_list · equivalent
NIST 800-1711 mapping
3.1.10
1.00
  • DISA · 1 · disa_xccdf · related
  • DISA · 2025-01-23 · disa_cci_list · equivalent
  • NIST · Rev 2 (Feb 2020, errata Jan 2021) · nist_800_171_app_d · equivalent
CCI1 mapping
CCI-000060
1.00
  • DISA · 1 · disa_xccdf · related

Details

Check Text (C-270674r1067167_chk)

Verify Ubuntu 24.04 LTS has the "vlock" package installed with the following command: $ dpkg -l | grep vlock ii vlock 2.2.2-10 amd64 Virtual Console locking program If "vlock" is not installed, this is a finding.

Fix Text (F-74608r1067166_fix)

Install the "vlock" package (if it is not already installed) by running the following command: $ sudo apt install -y vlock