From c3f8e814f8b3339b3f9cc86333a72c4bd7621070 Mon Sep 17 00:00:00 2001
From: Boris Protopopov <pboris@amazon.com>
Date: Thu, 19 Nov 2020 21:40:42 +0000
Subject: 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>
---
 getcifsacl.rst.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'getcifsacl.rst.in')

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
-- 
cgit v1.2.3