selinux_permissive – Change permissive domain in SELinux policy¶
Synopsis¶
Add and remove a domain from the list of permissive domains.
Requirements¶
The below requirements are needed on the host that executes this module.
policycoreutils-python
Parameters¶
Notes¶
Note
Requires a recent version of SELinux and
policycoreutils-python
(EL 6 or newer).
Examples¶
- name: Change the httpd_t domain to permissive
selinux_permissive:
name: httpd_t
permissive: true
Status¶
This module is not guaranteed to have a backwards compatible interface. [preview]
This module is maintained by the Ansible Community. [community]