selinux_permissive – Change permissive domain in SELinux policy¶
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
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]
Authors¶
- Michael Scherer (@mscherer) <misc@zarb.org>
Hint
If you notice any issues in this documentation, you can edit this document to improve it.