commit | 231e2a0ba56733c95cb77d8920e76502b2134e72 | [log] [tgz] |
---|---|---|
author | Steve French <stfrench@microsoft.com> | Sat Dec 07 17:38:22 2019 -0600 |
committer | Steve French <stfrench@microsoft.com> | Sat Dec 07 17:38:22 2019 -0600 |
tree | 859fd24e773bdf7943bc99f8161ea07c9a34f4a8 | |
parent | fdef665ba44ad5ed154af2acfb19ae2ee3bf5dcc [diff] |
smb3: improve check for when we send the security descriptor context on create We had cases in the previous patch where we were sending the security descriptor context on SMB3 open (file create) in cases when we hadn't mounted with with "modefromsid" mount option. Add check for that mount flag before calling ad_sd_context in open init. Signed-off-by: Steve French <stfrench@microsoft.com> Reviewed-by: Pavel Shilovsky <pshilov@microsoft.com>