Skip to content

Commit

Permalink
Implement rule 5.3.3.1.1 Ensure password failed attempts lockout is c…
Browse files Browse the repository at this point in the history
…onfigured
  • Loading branch information
alanmcanonical committed Jan 2, 2025
1 parent 9c56df9 commit d1d8ace
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions controls/cis_ubuntu2404.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1889,15 +1889,10 @@ controls:
levels:
- l1_server
- l1_workstation
related_rules:
rules:
- var_accounts_passwords_pam_faillock_deny=4
- var_accounts_passwords_pam_faillock_fail_interval=900
- var_accounts_passwords_pam_faillock_unlock_time=600
- accounts_passwords_pam_faillock_deny
- accounts_passwords_pam_faillock_interval
- accounts_passwords_pam_faillock_unlock_time
status: planned
notes: TODO. Partial/incorrect implementation exists.See related rules. Analogous to ubuntu2204/5.4.2.
status: automated

- id: 5.3.3.1.2
title: Ensure password unlock time is configured (Automated)
Expand Down

0 comments on commit d1d8ace

Please sign in to comment.