Lines Matching refs:IT_GID
57 #define IT_GID 2 macro
64 [IT_GID] = "gid",
214 case IT_GID: in check_type_and_id_flags()
541 if (type != IT_GID && is.flags != 0) { in parse_target_clause()
550 case IT_GID: in parse_target_clause()
695 MPASS((type == IT_UID || type == IT_GID) && !parse_any(to_id)); in parse_target_clause()
722 if (type == IT_GID && (is.flags & MDF_SUPP_MUST) != 0) in parse_target_clause()
813 case IT_GID: in pour_list_into_rule()
886 case IT_GID: in parse_single_rule()
954 error = pour_list_into_rule(IT_GID, &gid_list, new->gids, in parse_single_rule()
965 check_type_and_type_flags(IT_GID, new->gid_flags); in parse_single_rule()
1916 if (rule->from_type == IT_GID && realgroupmember(rule->from_id, cred)) in rule_applies()