sadanand48 commented on PR #6780: URL: https://github.com/apache/ozone/pull/6780#issuecomment-2154329604
I have not gone through the code but I remember that sticky bit behaviour was implemented in this [feature](https://github.com/apache/ozone/pull/4027) i.e the hashed buckets should have acls that state only owner can write to it, We should validate if that holds true here and if it does, `ozone sh volume delete tmp` performed by user1 should fail due to an insufficient permissions to delete hashed bucket created by user2. I think key acls are now persisted with key ownership feature (HDDS-7791) , we should also check if bucket acls are respected. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
