SV-215320r508663_rule
V-215320
SRG-OS-000279-GPOS-00109
AIX7-00-003003
CAT II
10
Add or update the following line in the "/etc/profile" file:
readonly TMOUT=600; readonly TIMEOUT=600; export TMOUT TIMEOUT
Check if "TMOUT" and "TIMEOUT" environment variables are set to "600" (in seconds) in "/etc/profile" file:
# grep -E " TMOUT|TIMEOUT" /etc/profile
readonly TMOUT=600; readonly TIMEOUT=600; export TMOUT TIMEOUT
If they are not set in "/etc/profile" file, are commented out, or their values are greater than "600", this is a finding.
V-215320
False
AIX7-00-003003
Check if "TMOUT" and "TIMEOUT" environment variables are set to "600" (in seconds) in "/etc/profile" file:
# grep -E " TMOUT|TIMEOUT" /etc/profile
readonly TMOUT=600; readonly TIMEOUT=600; export TMOUT TIMEOUT
If they are not set in "/etc/profile" file, are commented out, or their values are greater than "600", this is a finding.
M
4012