Searched refs:MAC_MLS_FLAGS_BOTH (Results 1 – 2 of 2) sorted by relevance
49 #define MAC_MLS_FLAGS_BOTH (MAC_MLS_FLAG_EFFECTIVE | MAC_MLS_FLAG_RANGE) macro
301 KASSERT((mm->mm_flags & MAC_MLS_FLAGS_BOTH) == MAC_MLS_FLAGS_BOTH, in mls_subject_privileged()804 error = mls_atmostflags(new, MAC_MLS_FLAGS_BOTH); in mls_cred_check_relabel()811 if (new->mm_flags & MAC_MLS_FLAGS_BOTH) { in mls_cred_check_relabel()817 if ((new->mm_flags & MAC_MLS_FLAGS_BOTH) == in mls_cred_check_relabel()818 MAC_MLS_FLAGS_BOTH && !mls_effective_in_range(new, new)) in mls_cred_check_relabel()994 error = mls_atmostflags(new, MAC_MLS_FLAGS_BOTH); in mls_ifnet_check_relabel()2484 if ((mm_temp.mm_flags & MAC_MLS_FLAGS_BOTH) != in mls_vnode_associate_extattr()