SV-99005r1_rule
V-88355
SRG-OS-000002-GPOS-00002
VROM-SL-000010
CAT II
10
In the event temporary accounts are required, configure the system to terminate them after "72" hours. For every temporary account, run the following command to set an expiration date on it, substituting "system_account_name" for the appropriate value.
# chage -E `date -d "+3 days" +%Y-%m-%d` system_account_name
`date -d "+3 days" +%Y-%m-%d` gets the expiration date for the account at the time of running the command.
For every existing temporary account, run the following command to obtain its account expiration information.
# chage -l system_account_name
Verify each of these accounts has an expiration date set within "72" hours.
If any temporary accounts have no expiration date set or do not expire within "72" hours, this is a finding.
V-88355
False
VROM-SL-000010
For every existing temporary account, run the following command to obtain its account expiration information.
# chage -l system_account_name
Verify each of these accounts has an expiration date set within "72" hours.
If any temporary accounts have no expiration date set or do not expire within "72" hours, this is a finding.
M
3461