Home
last modified time | relevance | path

Searched refs:MDF_SUPP_ALLOW (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/security/mac_do/
H A Dmac_do.c102 #define MDF_SUPP_ALLOW (1u << 1) macro
107 #define MDF_SUPP_MASK (MDF_SUPP_ALLOW | MDF_SUPP_MUST | MDF_SUPP_DONT)
307 if ((res & MDF_SUPP_ALLOW) != 0 && (res & MDF_SUPP_MUST) != 0) in coalesce_id_flags()
308 res &= ~MDF_SUPP_ALLOW; in coalesce_id_flags()
486 *flags |= MDF_SUPP_ALLOW; in parse_gid_flags()
589 if ((is.flags & MDF_SUPP_MASK) != MDF_SUPP_ALLOW) { in parse_target_clause()
620 (is.flags & MDF_SUPP_ALLOW) != 0) { in parse_target_clause()
1689 case MDF_SUPP_ALLOW: in rule_grant_supplementary_groups()
1728 case MDF_SUPP_ALLOW: in rule_grant_supplementary_groups()