Git Source Policy Storage Structure
struct Policy {
    mapping(bytes4 => uint256[]) callingFunctionsToRuleIds;
    bytes4[] callingFunctions;
    PolicyType policyType;
    bool cemented;
    mapping(address => bool) closedPolicySubscribers;
}