Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RHEL 10 tmux changes #12383

Merged
merged 2 commits into from
Sep 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion controls/srg_gpos/SRG-OS-000028-GPOS-00009.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ controls:
title: {{{ full_name }}} must retain a users session lock until that user reestablishes
access using established identification and authentication procedures.
rules:
- configure_bashrc_exec_tmux
- configure_tmux_lock_command
- no_tmux_in_shells
- package_tmux_installed
Expand Down
1 change: 0 additions & 1 deletion controls/srg_gpos/SRG-OS-000031-GPOS-00012.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ controls:
title: {{{ full_name }}} must conceal, via the session lock, information previously
visible on the display with a publicly viewable image.
rules:
- configure_bashrc_exec_tmux
- configure_tmux_lock_after_time
status: automated
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ title: 'Install the tmux Package'

description: |-
To enable console screen locking, install the <tt>tmux</tt> package.
{{{ describe_package_install(package="tmux") }}}
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, {{{ full_name }}} needs to provide users with the ability to manually invoke a session lock so users can secure their session if it is necessary to temporarily vacate the immediate physical vicinity.
Expand Down
Loading