In a fresh install of 3.6 I see the following types of rights available to set for roles:
- Manage users
- Manage permissions
- Manage files
- Edit templates
- CmsAccess
As we will be doing some custom development which is likely to need similar security, I want to understand the implementation of these roles.
I can see that roles are mapped to specific permissions in the sf_SecPerms table. But after plenty of poking around I haven't been able to find where those 5 rights are defined. Is it baked into a DLL? Is it in the database? Is it in config?