summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/server/plugins/generators/rules.txt26
1 files changed, 14 insertions, 12 deletions
diff --git a/doc/server/plugins/generators/rules.txt b/doc/server/plugins/generators/rules.txt
index 079911238..542b38f01 100644
--- a/doc/server/plugins/generators/rules.txt
+++ b/doc/server/plugins/generators/rules.txt
@@ -300,24 +300,26 @@ nonexistent
+===========+====================+=============+
| type | Type of file | nonexistent |
+-----------+--------------------+-------------+
-| recursive | Recursively remove | true |
+| recursive | Recursively remove | Boolean |
| | directory contents | |
+-----------+--------------------+-------------+
permissions
^^^^^^^^^^^
-+-----------+--------------------------+--------+
-| Name | Description | Values |
-+===========+==========================+========+
-| mode | Mode of the file. | String |
-+-----------+--------------------------+--------+
-| owner | Owner of the file. | String |
-+-----------+--------------------------+--------+
-| group | Group of the file. | String |
-+-----------+--------------------------+--------+
-| secontext | SELinux context | String |
-+-----------+--------------------------+--------+
++-----------+-----------------------------+---------+
+| Name | Description | Values |
++===========+=============================+=========+
+| mode | Mode of the file | String |
++-----------+-----------------------------+---------+
+| owner | Owner of the file | String |
++-----------+-----------------------------+---------+
+| group | Group of the file | String |
++-----------+-----------------------------+---------+
+| secontext | SELinux context | String |
++-----------+-----------------------------+---------+
+| recursive | Recursively set permissions | Boolean |
++-----------+-----------------------------+---------+
symlink
^^^^^^^