diff options
author | Boris Protopopov <pboris@amazon.com> | 2020-11-19 21:40:42 +0000 |
---|---|---|
committer | Pavel Shilovsky <pshilov@microsoft.com> | 2020-12-16 15:51:19 -0800 |
commit | c3f8e814f8b3339b3f9cc86333a72c4bd7621070 (patch) | |
tree | c7f0d158df36e9d4d011e02ec5503c8c1f61b028 /getcifsacl.rst.in | |
parent | 6da2dd375de7fa4d9f553128fc2580d536cb04b1 (diff) | |
download | cifs-utils-c3f8e814f8b3339b3f9cc86333a72c4bd7621070.tar.gz cifs-utils-c3f8e814f8b3339b3f9cc86333a72c4bd7621070.tar.bz2 cifs-utils-c3f8e814f8b3339b3f9cc86333a72c4bd7621070.zip |
Extend cifs acl utilities to handle SACLs
Extend getcifsacl/setcifsacl utilities to handle System ACLs (SACLs)
in addition to Discretionary ACLs (DACLs). The SACL extensions depend
on CIFS client support for system.cifs_ntsd_full extended attribute.
Signed-off-by: Boris Protopopov <pboris@amazon.com>
Diffstat (limited to 'getcifsacl.rst.in')
-rw-r--r-- | getcifsacl.rst.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/getcifsacl.rst.in b/getcifsacl.rst.in index ffde968..b7645fa 100644 --- a/getcifsacl.rst.in +++ b/getcifsacl.rst.in @@ -20,8 +20,8 @@ DESCRIPTION This tool is part of the cifs-utils suite. ``getcifsacl`` is a userspace helper program for the Linux CIFS client -file system. It is intended to display a security descriptor including -ACL for a file system object. +file system. It is intended to display a security descriptor, including +DACL and SACL for a file system object. This program uses a plugin to handle the mapping of SIDs to user and group names. *@pluginpath@* should be a symlink that points to the |