Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu 24.04: Implement rule 5.3.3.2.1 Ensure password number of changed characters is configured #12750

Merged
merged 1 commit into from
Dec 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions controls/cis_ubuntu2404.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -1871,7 +1871,7 @@ controls:
levels:
- l1_server
- l1_workstation
rules:
rules:
- accounts_password_pam_pwquality_enabled
status: automated

Expand Down Expand Up @@ -1919,8 +1919,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_difok=2
- accounts_password_pam_difok
status: automated

- id: 5.3.3.2.2
title: Ensure minimum password length is configured (Automated)
Expand Down
Loading