Description
Currently the CompositePermissionProvider ANDs the entries and if any of those denies a check, all the chain will fail early. I'd like to extend this mechanism to 'OR' items if needed.
A first application of this ORing could be the multiplexed permission store where the default store could deny a check but a mount could allow it, so it could be seen as valid.