I'm currently trying to wrap my head around Symfony security, especially ACL. I've been reading though various pieces of documentation and for ACL roles & permissions seem to be important.
However, I don't understand where these roles & permissions are defined. E.g. the documentation has a tiny little section on roles [1] but in this example, where does the ROLE_USER
come from? Furthermore, how do roles encapsulate permissions, as in, where in a Symfony application is this relationship between roles & permissions defined?