sefcontext - Manages SELinux file context mapping definitions
New in version 2.2.
Synopsis
- Manages SELinux file context mapping definitions.
- Similar to the
semanage fcontextcommand.
Requirements
The below requirements are needed on the host that executes this module.
- libselinux-python
- policycoreutils-python
Parameters
| Parameter | Choices/Defaults | Comments |
|---|---|---|
| ftype | Default: a | File type. |
| reload |
| Reload SELinux policy after commit. |
| selevel | SELinux range for the specified target. aliases: serange | |
| setype required | SELinux type for the specified target. | |
| seuser | SELinux user for the specified target. | |
| state |
| Desired boolean value. |
| target required | Target path (expression). aliases: path |
Notes
Note
- The changes are persistent across reboots
Examples
# Allow apache to modify files in /srv/git_repos
- sefcontext:
target: '/srv/git_repos(/.*)?'
setype: httpd_git_rw_content_t
state: present
Status
This module is flagged as preview which means that it is not guaranteed to have a backwards compatible interface.
Author
- Dag Wieers (@dagwieers)
Hint
If you notice any issues in this documentation you can edit this document to improve it.
© 2012–2018 Michael DeHaan
© 2018–2019 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/2.5/modules/sefcontext_module.html