Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save egulias/8498166 to your computer and use it in GitHub Desktop.
Save egulias/8498166 to your computer and use it in GitHub Desktop.
Symfony Security debug for ACL-Voterssecurity:debug:acl_voters command
[Who's voting?] Vote intention
+------------------------------------------------------------------------+---------+-------+------+
| Class | Abstain | Grant | Deny |
+------------------------------------------------------------------------+---------+-------+------+
| Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter | X | | |
| Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter | X | | |
| Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter | X | | |
| Symfony\Component\Security\Acl\Voter\AclVoter | | | X |
+------------------------------------------------------------------------+---------+-------+------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment