Skip to content

Commit

Permalink
Merge pull request #12771 from alanmcanonical/ubt_53311
Browse files Browse the repository at this point in the history
Ubuntu 24.04: Implement rule 5.3.3.1.1 Ensure password failed attempts lockout is configured
  • Loading branch information
dodys authored Jan 8, 2025
2 parents 43e0e62 + ee87ed9 commit 0cd545d
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 0cd545d

Please sign in to comment.