Requirement:
Support fine-grained access control at the folder level, allowing subfolders to have permissions independent of the parent folder.
Folder Structure:
Current Behavior
- The parent folder Users grants access to users
dinesh, alex, and sid. - Subfolders inherit permissions from the parent folder.
- As a result, all users receive access to all subfolders, leading to unintended full control.
Expected Behavior
- The Users folder should only be used as a container and should not automatically grant access to all child folders.
- Each user folder should maintain its own access control list (ACL).
- Permission inheritance from the parent folder should be disabled or overridden for user-specific folders.
Thanks
Dinesh Bhatt