I wanna build a simple permission system using symphony 4 that has the following properties:
- there are several possible roles for users (SUPER_ADMIN, ADMIN, USER,QUEST)
- SUPER_ADMIN users can grant view or edit&delete permissions for a given entity to a certain user no mater what his role is
What is the best solution for this? Thanks