summaryrefslogtreecommitdiff
path: root/system/sefcontext.py
Commit message (Collapse)AuthorAgeFilesLines
* Refreshed metadata for extras modulesToshio Kuratomi2016-12-061-0/+4
|
* Native YAML - system (#3625)Fabio Alessandro Locati2016-12-021-2/+5
| | | | | | * Native YAML - system * Remove comment that is not applicable to the code
* Bugfix for newer policycoreutils-python (eg. RHEL7) (#3569)Dag Wieers2016-12-011-16/+28
| | | | | | | | | | The policycoreutils python API for RHEL6 and RHEL7 are sufficiently different, requiring some additional definitions and specific conversion that works on old and new implementations. It also implements a fix for non-ascii error messages (like when using a French locale configuration). This fixes #3551.
* sefcontext: New module to manage SELinux file context mappings (semanage ↵Dag Wieers2016-06-081-0/+246
fcontext) (#2221) New SELinux module sefcontext to set SELinux file context mappings This module implements `semanage fcontext` in an idempotent way. It supports check-mode and diff-mode.