The way permissions are presently defined, a wildcard DENY trumps any acl does not exactly match on model, property, and accessType. While this is the technically correct solution, it would be nice to be able to setup a wildcard DENY for $everyone and then do a wildcard ALLOW for other roles.
I know this presents a problem with deciding which acl should have priority as there is currently nothing to assign a weight to roles or the acls themselves. Adding that should make this pretty simple to do.
The way permissions are presently defined, a wildcard
DENYtrumps any acl does not exactly match onmodel,property, andaccessType. While this is the technically correct solution, it would be nice to be able to setup a wildcardDENYfor$everyoneand then do a wildcardALLOWfor other roles.I know this presents a problem with deciding which acl should have priority as there is currently nothing to assign a weight to roles or the acls themselves. Adding that should make this pretty simple to do.