Skip to content

Commit

Permalink
Implement rule 5.3.3.2.6 Ensure password dictionary check is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
alanmcanonical committed Dec 19, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 797df15 commit 154950a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions controls/cis_ubuntu2404.yml
Original file line number Diff line number Diff line change
@@ -1102,7 +1102,7 @@ controls:
status: automated
notes: file_owner_at_deny and file_owner_at_allow currently require root as owner
and don't accept daemon

- id: 3.1.1
title: Ensure IPv6 status is identified (Manual)
levels:
@@ -1871,7 +1871,7 @@ controls:
levels:
- l1_server
- l1_workstation
rules:
rules:
- accounts_password_pam_pwquality_enabled
status: automated

@@ -1977,8 +1977,10 @@ controls:
levels:
- l1_server
- l1_workstation
status: planned
notes: TODO. Rule does not seem to be implemented, nor does it map to any rules in ubuntu2204 profile.
rules:
- var_password_pam_dictcheck=1
- accounts_password_pam_dictcheck
status: automated

- id: 5.3.3.2.7
title: Ensure password quality checking is enforced (Automated)

0 comments on commit 154950a

Please sign in to comment.