I have my cakePHP application running with acl permissions enabled. I have allowed a group of users to be able to access all of the actions on one of my controllers but sometimes I want to be able to deny access if their user id does not match the user id value in the model they are trying to access or based on some other arbitrary criteria.
So.. What is the conventional way to deny users access to actions when the user already has access to the action from the ACL component?