New in version 2.2.
The below requirements are needed on the host that executes this module.
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 |
# Allow apache to modify files in /srv/git_repos
- sefcontext:
target: '/srv/git_repos(/.*)?'
setype: httpd_git_rw_content_t
state: present
This module is flagged as preview which means that it is not guaranteed to have a backwards compatible interface.
Hint
If you notice any issues in this documentation you can edit this document to improve it.