Skip to content

Commit 9c069ff

Browse files
authored
feat: ✨ Corrected package name (#799)
`policycoreutils-python` does not exist and was corrected to `policycoreutils-python-utils`. Only tested with debian
1 parent f3e0122 commit 9c069ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/ssh_hardening/vars/Debian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ssh_host_keys_owner: root
1111
ssh_host_keys_group: root
1212
ssh_host_keys_mode: "0600"
1313
ssh_selinux_packages:
14-
- policycoreutils-python
14+
- policycoreutils-python-utils
1515
- checkpolicy
1616

1717
# true if SSH support Kerberos

0 commit comments

Comments
 (0)