summaryrefslogtreecommitdiffstats
path: root/doc/server/plugins/generators/semodules.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/server/plugins/generators/semodules.txt')
-rw-r--r--doc/server/plugins/generators/semodules.txt9
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/server/plugins/generators/semodules.txt b/doc/server/plugins/generators/semodules.txt
index 4466738e6..04d72e139 100644
--- a/doc/server/plugins/generators/semodules.txt
+++ b/doc/server/plugins/generators/semodules.txt
@@ -37,24 +37,23 @@ For more information on this directory layout, see
Entries
=======
-SEModules handles ``<SELinux>`` entries with the ``module`` type. For
-instance:
+SEModules handles ``<SEModule>`` entries. For instance:
.. code-block:: xml
<Bundle name="foo">
- <SELinux type="module" name="foo.pp"/>
+ <SEModule name="foo.pp"/>
</Bundle>
The ``.pp`` extension is optional.
.. note::
- If you use a ``BoundSELinux`` tag, you must *not* include the
+ If you use a ``BoundSEModule`` tag, you must *not* include the
``.pp`` extension. This is not recommend, though.
You can also install a disabled module:
.. code-block:: xml
- <SELinux type="module" name="foo" disabled="true"/>
+ <SEModule name="foo" disabled="true"/>