SV-260548r958364_rule
V-260548
SRG-OS-000002-GPOS-00002
UBTU-22-411040
CAT II
10
Configure Ubuntu 22.04 LTS to expire temporary accounts after 72 hours by using the following command:
$ sudo chage -E $(date -d +3days +%Y-%m-%d) <temporary_account_name>
Verify temporary accounts have been provisioned with an expiration date of 72 hours by using the following command:
$ sudo chage -l <temporary_account_name> | grep -E '(Password|Account) expires'
Password expires : Apr 1, 2024
Account expires : Apr 1, 2024
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-260548
False
UBTU-22-411040
Verify temporary accounts have been provisioned with an expiration date of 72 hours by using the following command:
$ sudo chage -l <temporary_account_name> | grep -E '(Password|Account) expires'
Password expires : Apr 1, 2024
Account expires : Apr 1, 2024
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
5594