Skip to content

Commit a5a065f

Browse files
committed
shorten text
Signed-off-by: Martin Schurz <[email protected]>
1 parent bc9795c commit a5a065f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/ssh_hardening/tasks/selinux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
# The following tasks only get executed when selinux is installed, UsePam is
5858
# 'yes' and the ssh_password module is installed. See
5959
# http://danwalsh.livejournal.com/12333.html for more info
60-
- 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
60+
- 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
6161
ansible.builtin.command: semodule -r ssh_password
6262
when:
6363
- ssh_use_pam | bool

0 commit comments

Comments
 (0)