commit | 22442179a5bb8c62c978cdb686cfb3a8f6d110d8 | [log] [tgz] |
---|---|---|
author | Steve French <stfrench@microsoft.com> | Fri Jul 19 08:15:55 2019 +0000 |
committer | Steve French <stfrench@microsoft.com> | Mon Sep 16 11:43:37 2019 -0500 |
tree | 514b8a191364f6537e755a9964ac90a777a9506a | |
parent | e2f8fbfb8d09c06decde162090fac3ee220aa280 [diff] |
cifs: allow chmod to set mode bits using special sid When mounting with "modefromsid" set mode bits (chmod) by adding ACE with special SID (S-1-5-88-3-<mode>) to the ACL. Subsequent patch will fix setting default mode on file create and mkdir. See See e.g. https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/hh509017(v=ws.10) Signed-off-by: Steve French <stfrench@microsoft.com>