community.general.selinux_permissive – Change permissive domain in SELinux policy¶
Note
This plugin is part of the community.general collection (version 2.5.1).
To install it use: ansible-galaxy collection install community.general
.
To use it in a playbook, specify: community.general.selinux_permissive
.
Requirements¶
The below requirements are needed on the host that executes this module.
policycoreutils-python
Parameters¶
Examples¶
- name: Change the httpd_t domain to permissive
community.general.selinux_permissive:
name: httpd_t
permissive: true
Authors¶
Michael Scherer (@mscherer) <misc@zarb.org>