commit | f2156d35c9584a4afdb71de4bc24b3fef674a63d | [log] [tgz] |
---|---|---|
author | Shyam Prasad N <sprasad@microsoft.com> | Mon Nov 09 06:12:49 2020 -0800 |
committer | Steve French <stfrench@microsoft.com> | Sun Dec 13 19:12:07 2020 -0600 |
tree | 2da2c02449befafa7bdb2045bd74da6c5c93d84f | |
parent | 0f22053e811ca5dd5d51b919741e02396ea600f3 [diff] |
cifs: Enable sticky bit with cifsacl mount option. For the cifsacl mount option, we did not support sticky bits. With this patch, we do support it, by setting the DELETE_CHILD perm on the directory only for the owner user. When sticky bit is not enabled, allow DELETE_CHILD perm for everyone. Signed-off-by: Shyam Prasad N <sprasad@microsoft.com> Signed-off-by: Steve French <stfrench@microsoft.com>