mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #31416 from carlwgeorge/selinux_doc_fix
selinux module documentation fix
This commit is contained in:
commit
91ff95f093
1 changed files with 4 additions and 3 deletions
|
@ -4,9 +4,10 @@ Execute calls on selinux
|
|||
|
||||
.. note::
|
||||
This module requires the ``semanage`` and ``setsebool`` commands to be
|
||||
available on the minion. On RHEL-based distros, this means that the
|
||||
``policycoreutils`` and ``policycoreutils-python`` packages must be
|
||||
installed. If not on a RHEL-based distribution, consult the selinux
|
||||
available on the minion. On RHEL-based distributions, ensure that the
|
||||
``policycoreutils-python`` package is installed. On Fedora 23 and up,
|
||||
ensure that the ``policycoreutils-python-utils`` package is installed. If
|
||||
not on a Fedora or RHEL-based distribution, consult the selinux
|
||||
documentation for your distro to ensure that the proper packages are
|
||||
installed.
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue