ansible-lockdown / RHEL7-STIG

Ansible role for Red Hat 7 STIG Baseline
MIT License
282 stars 144 forks source link

Excluding non-interactive login shells from being parsed from /etc/pa… #465

Closed layluke closed 4 months ago

layluke commented 4 months ago

…sswd

Overall Review of Changes: Excludes non interactive shells listed in /etc/shells from being registered in the rhel7stig_passwd_file_audit variable

Issue Fixes: https://github.com/ansible-lockdown/RHEL7-STIG/issues/462

Enhancements: N/A

How has this been tested?: tested code in separate task, results were as expected

layluke commented 4 months ago

I forgot to use a feature branch goign to close this one, sorry if this isn't very tidy