The allow rule is a special rule in Polar that determines whether an action is permitted. It follows the format allow(actor, action, resource) if condition;
and is central to Oso's authorization checks. If no custom allow rule is defined, Oso provides a default that can be customized as needed.