SV-238331r654168_rule
V-238331
SRG-OS-000123-GPOS-00064
UBTU-20-010410
CAT III
10
If an emergency account must be created, configure the system to terminate the account after a 72-hour time period with the following command to set an expiration date on it. Substitute "account_name" with the account to be created.
$ sudo chage -E $(date -d "+3 days" +%F) account_name
Verify the Ubuntu operating system expires emergency accounts within 72 hours or less.
For every emergency account, run the following command to obtain its account expiration information:
$ sudo chage -l account_name | grep expires
Password expires : Aug 07, 2019
Account expires : Aug 07, 2019
Verify each of these accounts has an expiration date set within 72 hours of account creation.
If any of these accounts do not expire within 72 hours of that account's creation, this is a finding.
V-238331
False
UBTU-20-010410
Verify the Ubuntu operating system expires emergency accounts within 72 hours or less.
For every emergency account, run the following command to obtain its account expiration information:
$ sudo chage -l account_name | grep expires
Password expires : Aug 07, 2019
Account expires : Aug 07, 2019
Verify each of these accounts has an expiration date set within 72 hours of account creation.
If any of these accounts do not expire within 72 hours of that account's creation, this is a finding.
M
5318