SV-281173r1166471_rule
V-281173
SRG-OS-000123-GPOS-00064
RHEL-10-600140
CAT II
10
Configure RHEL 10 to expire temporary accounts after 72 hours with the following command:
$ sudo chage -E $(date -d +3days +%Y-%m-%d) <temporary_account_name>
Verify RHEL 10 automatically expires temporary accounts within 72 hours.
For every existing temporary account, run the following command to obtain its account expiration information:
$ sudo chage -l <temporary_account_name> | grep -i "account expires"
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-281173
False
RHEL-10-600140
Verify RHEL 10 automatically expires temporary accounts within 72 hours.
For every existing temporary account, run the following command to obtain its account expiration information:
$ sudo chage -l <temporary_account_name> | grep -i "account expires"
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
5733