cifs: get mode bits from special sid on stat
authorSteve French <stfrench@microsoft.com>
Fri, 19 Jul 2019 06:30:07 +0000 (06:30 +0000)
committerSteve French <stfrench@microsoft.com>
Mon, 16 Sep 2019 16:43:37 +0000 (11:43 -0500)
commite2f8fbfb8d09c06decde162090fac3ee220aa280
tree34c4ff53129c327ade33e86e2967f53baa5e66ab
parent1afdea4f19a97ed98f65c41fd11c77e5264838ae
cifs: get mode bits from special sid on stat

When mounting with "modefromsid" retrieve mode bits from
special SID (S-1-5-88-3) on stat.  Subsequent patch will fix
setattr (chmod) to save mode bits in S-1-5-88-3-<mode>

Note that when an ACE matching S-1-5-88-3 is not found, we
default the mode to an approximation based on the owner, group
and everyone permissions (as with the "cifsacl" mount option).

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>
fs/cifs/cifsacl.c
fs/cifs/cifsproto.h
fs/cifs/inode.c