SV-230353r627750_rule
V-230353
SRG-OS-000029-GPOS-00010
RHEL-08-020070
CAT II
10
Configure the operating system to enforce session lock after a period of 15 minutes of inactivity by adding the following line to the "/etc/tmux.conf" global configuration file:
set -g lock-after-time 900
Verify the operating system initiates a session lock after 15 minutes of inactivity.
Check the value of the system inactivity timeout with the following command:
$ sudo grep -i lock-after-time /etc/tmux.conf
set -g lock-after-time 900
If "lock-after-time" is not set to "900" or less in the global tmux configuration file to enforce session lock after inactivity, this is a finding.
V-230353
False
RHEL-08-020070
Verify the operating system initiates a session lock after 15 minutes of inactivity.
Check the value of the system inactivity timeout with the following command:
$ sudo grep -i lock-after-time /etc/tmux.conf
set -g lock-after-time 900
If "lock-after-time" is not set to "900" or less in the global tmux configuration file to enforce session lock after inactivity, this is a finding.
M
2921