mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
add pkg policycoreutils-python-utils to idh node
This commit is contained in:
@@ -11,6 +11,8 @@ idh_sshd_selinux:
|
|||||||
- sel_type: ssh_port_t
|
- sel_type: ssh_port_t
|
||||||
- prereq:
|
- prereq:
|
||||||
- file: openssh_config
|
- file: openssh_config
|
||||||
|
- require:
|
||||||
|
- file: python_selinux_mgmt_tools
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
openssh_config:
|
openssh_config:
|
||||||
|
|||||||
@@ -15,3 +15,9 @@ openssh:
|
|||||||
- enable: False
|
- enable: False
|
||||||
- name: {{ openssh_map.service }}
|
- name: {{ openssh_map.service }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if grains.os_family == 'RedHat' %}
|
||||||
|
python_selinux_mgmt_tools:
|
||||||
|
pkg.installed:
|
||||||
|
- name: policycoreutils-python-utils
|
||||||
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user