SV-100115r1_rule
V-89465
SRG-OS-000002-GPOS-00002
VRAU-SL-000010
CAT II
10
In the event temporary accounts are required, configure the system to terminate them after a 72-hour time period. For every temporary account, run the following command to set an expiration date on it, substituting "system_account_name" to the appropriate value:
# chage -E `date -d "+3 days" +%Y-%m-%d` system_account_name
`date -d "+3 days" +%Y-%m-%d` gets the "72" 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-89465
False
VRAU-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
3459