Merge pull request #12992 from Security-Onion-Solutions/issue/12991

Fix IDH node
This commit is contained in:
Josh Patterson
2024-05-10 12:43:09 -04:00
committed by GitHub
2 changed files with 8 additions and 0 deletions

View File

@@ -11,6 +11,8 @@ idh_sshd_selinux:
- sel_type: ssh_port_t
- prereq:
- file: openssh_config
- require:
- pkg: python_selinux_mgmt_tools
{% endif %}
openssh_config:

View File

@@ -15,3 +15,9 @@ openssh:
- enable: False
- name: {{ openssh_map.service }}
{% endif %}
{% if grains.os_family == 'RedHat' %}
python_selinux_mgmt_tools:
pkg.installed:
- name: policycoreutils-python-utils
{% endif %}