Details
Description
When authorization is enabled in WASB filesystem, there is a need for stickybit in cases where multiple users can create files under a shared directory. This additional check for sticky bit is reqired since any user can delete another user's file because the parent has WRITE permission for all users.
The purpose of this jira is to implement sticky bit equivalent for 'delete' call when authorization is enabled.
Note : Sticky bit implementation for 'Rename' operation is not done as part of this JIRA