After installing the PPM Plugin, the system restricts the sys_user_group accessIssue We have installed the PPM Standard plugin, the installation was successful but an unexpected ACL was added causing the sys_user_group records to be not visible by anyone except the Admin.ReleaseOrlandoCauseThe package on ACL: "Resource Management".The [sys_user_group.*] ACLs are created automatically if they do not exist to secure [sys_user_group] because of "security policy of high security/default deny".The ACLs for [sys_user_group] are old ones (created about 6 years back) and in that time, we did not have the High-Security plugin. The old ACLs were kept there for a compatible reasons.There was an issue reported regarding the write ACL for [sys_user_group.*] in Problem PRB1259367 (ACL issue with Resource table). PRB was about: ACL for [sys_user_group] was wide open allowing any user to access the [sys_user_group] table. This ACL was fixed in London by Resource Management to limit the access to admins. I guess the same logic got applied for the read ACL with the difference that the read ACL did not exist on the customer instances. So it got created automatically by the platform and got assigned an admin role only.ResolutionPlease add back the role you desire, to the sys_user_group.* ACL (read).