The SUSE operating system must utilize vlock to allow for session locking.

Overview

Finding IDVersionRule IDIA ControlsSeverity
V-234811SLES-15-010110SV-234811r1009610_ruleCCI-000056low
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. Regardless of where the session lock is determined and implemented, once invoked, the session lock 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-000030-GPOS-00011, SRG-OS-000031-GPOS-00012
STIGDate
SUSE Linux Enterprise Server 15 Security Technical Implementation Guide2025-05-14

Related Frameworks

3 paths across 3 frameworks
NIST 800-531 mapping
AC-11
1.00
  • DISA · 2 · disa_xccdf · related
  • DISA · 2025-01-23 · disa_cci_list · equivalent
NIST 800-1711 mapping
3.1.10
1.00
  • DISA · 2 · 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-000056
1.00
  • DISA · 2 · disa_xccdf · related

Details

Check Text (C-234811r1009610_chk)

Check that the SUSE operating system has the "vlock" package installed by running the following command: > zypper search --installed-only --match-exact --provides vlock If the command outputs "no matching items found", this is a finding.

Fix Text (F-37962r618703_fix)

Allow users to lock the console by installing the "kbd" package using zypper: > sudo zypper install kbd