Skip to content

Commit

Permalink
Merge pull request #217 from ansible-lockdown/sudo_check
Browse files Browse the repository at this point in the history
improve password check
  • Loading branch information
uk-bolly authored Jul 26, 2023
2 parents 5a86895 + 46ae7d1 commit 9520216
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changes to RHEL8STIG

## 2.9.2

- #216 check that sudo user has a password check improvement
- thanks to manish on discord for highlighting this

## 2.9.1

- Issue #204 address
Expand Down
1 change: 1 addition & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
sudo_password_rule: RHEL-08-010380
when:
- rhel_08_010380
- ansible_env.SUDO_USER is defined
- not system_is_ec2
tags:
- user_passwd
Expand Down

0 comments on commit 9520216

Please sign in to comment.