Unable to Update Folder title with jcr:readAccessControl on /content/dam
Issue
Updating a folder title is allowed by default to all users that are part of "dam-users" group.
There might be a Customized scenario where you have the requirement to add additional "jcr:readAccessControl" permissions on the "content/dam" due to some business use case.
After adding the "jcr:readAccessControl", you would notice the following error when trying to update the folder title:
Solution
The solution is to add "jcr:modifyAccessControl"(Edit ACL) permissions to the /content/dam directly as due to the backend logic you need both "jcr:modifyAccessControl"(Edit ACL),"jcr:readAccessControl"(Read ACL) permissions for the title change to not run into an access issues.