Searched refs:MAC_MLS_FLAGS_BOTH (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/security/mac_mls/
H A Dmac_mls.h49 #define MAC_MLS_FLAGS_BOTH (MAC_MLS_FLAG_EFFECTIVE | MAC_MLS_FLAG_RANGE) macro
H A Dmac_mls.c303 KASSERT((mm->mm_flags & MAC_MLS_FLAGS_BOTH) == MAC_MLS_FLAGS_BOTH,
806 error = mls_atmostflags(new, MAC_MLS_FLAGS_BOTH);
813 if (new->mm_flags & MAC_MLS_FLAGS_BOTH) {
819 if ((new->mm_flags & MAC_MLS_FLAGS_BOTH) ==
820 MAC_MLS_FLAGS_BOTH && !mls_effective_in_range(new, new))
996 error = mls_atmostflags(new, MAC_MLS_FLAGS_BOTH);
2497 if ((mm_temp.mm_flags & MAC_MLS_FLAGS_BOTH) !=

Completed in 63 milliseconds