SV-208846r646940_rule
V-208846
SRG-OS-000030
OL6-00-000071
CAT III
10
Configure the operating system to terminate all network connections associated with a communications session at the end of the session or after a period of inactivity.
Create a script to enforce the inactivity timeout (for example /etc/profile.d/tmout.sh) such as:
#!/bin/bash
declare -xr TMOUT=900
Verify the operating system terminates all network connections associated with a communications session at the end of the session or based on inactivity.
Check the value of the system inactivity timeout with the following command:
# grep -i tmout /etc/profile.d/*
etc/profile.d/tmout.sh:declare -xr TMOUT=900
If "TMOUT" is not set to "900" or less in a script located in the /etc/profile.d/ directory to enforce session termination after inactivity, this is a finding.
V-208846
False
OL6-00-000071
Verify the operating system terminates all network connections associated with a communications session at the end of the session or based on inactivity.
Check the value of the system inactivity timeout with the following command:
# grep -i tmout /etc/profile.d/*
etc/profile.d/tmout.sh:declare -xr TMOUT=900
If "TMOUT" is not set to "900" or less in a script located in the /etc/profile.d/ directory to enforce session termination after inactivity, this is a finding.
M
2928