Added SETUID and SETGID to the list of accepted file permissions

Signed-off-by: william.r.dieter <william.r.dieter@intel.com>
This commit is contained in:
william.r.dieter
2021-01-29 14:42:56 -05:00
parent f41d0e0c77
commit 8213390a3e

View File

@@ -825,7 +825,7 @@ which would make them unable to support a hard link.
Set the permissions for the ``<files>...`` and ``<directories>...`` specified.
Valid permissions are ``OWNER_READ``, ``OWNER_WRITE``, ``OWNER_EXECUTE``,
``GROUP_READ``, ``GROUP_WRITE``, ``GROUP_EXECUTE``, ``WORLD_READ``,
``WORLD_WRITE``, ``WORLD_EXECUTE``.
``WORLD_WRITE``, ``WORLD_EXECUTE``, ``SETUID``, ``SETGID``.
Valid combination of keywords are: