Add SMB 2 support for getting and setting SACLs
authorBoris Protopopov <pboris@amazon.com>
Thu, 17 Dec 2020 20:58:08 +0000 (20:58 +0000)
committerSteve French <stfrench@microsoft.com>
Sat, 19 Dec 2020 05:32:04 +0000 (23:32 -0600)
commit9541b81322e60120b299222919957becd7a13683
treee8f685b2da9e36c575780539ca5381e931e6290b
parent3970acf7ddb9aa01c4bdeef197495157c98a15f6
Add SMB 2 support for getting and setting SACLs

Fix passing of the additional security info via version
operations. Force new open when getting SACL and avoid
reuse of files that were previously open without
sufficient privileges to access SACLs.

Signed-off-by: Boris Protopopov <pboris@amazon.com>
Reviewed-by: Shyam Prasad N <sprasad@microsoft.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/smb2ops.c
fs/cifs/smb2pdu.c
fs/cifs/xattr.c