Skip to content

Commit

Permalink
shorten text
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Schurz <[email protected]>
  • Loading branch information
schurzi committed Apr 11, 2023
1 parent bc9795c commit a5a065f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/ssh_hardening/tasks/selinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
# The following tasks only get executed when selinux is installed, UsePam is
# 'yes' and the ssh_password module is installed. See
# http://danwalsh.livejournal.com/12333.html for more info
- name: Remove selinux-policy when Pam is used, because Allowing sshd to read the shadow file directly is considered a potential security risk # noqa no-changed-when
- name: Remove selinux-policy when PAM is used, because allowing sshd to read the shadow file is considered a security risk # noqa no-changed-when
ansible.builtin.command: semodule -r ssh_password
when:
- ssh_use_pam | bool
Expand Down

0 comments on commit a5a065f

Please sign in to comment.