Skip to content

Commit

Permalink
Merge pull request #305 from ansible-lockdown/sudo_passwd
Browse files Browse the repository at this point in the history
Sudo passwd
  • Loading branch information
uk-bolly authored Jul 26, 2023
2 parents 421b5e7 + 806974d commit a6f37cc
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 rhel8CIS

## 1.5.12

- [#304](https://github.com/ansible-lockdown/RHEL8-CIS/issues/304)
- improve passwd check for user only is using sudo thanks to manish on discord community for highlighting issue.

## 1.5.11

thanks to @bbaassssiiee
Expand Down
1 change: 1 addition & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
sudo_password_rule: rhel8cis_rule_5_3_4
when:
- rhel8cis_rule_5_3_4
- ansible_env.SUDO_USER is defined
- not system_is_ec2
tags:
- user_passwd
Expand Down

0 comments on commit a6f37cc

Please sign in to comment.