Searched refs:MBS_ALL_FLAGS (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/security/mac_bsdextended/
H A Dmac_bsdextended.h61 #define MBS_ALL_FLAGS (MBS_UID_DEFINED | MBS_GID_DEFINED | MBS_PRISON_DEFINED) macro
H A Dmac_bsdextended.c120 if ((rule->mbr_subject.mbs_flags | MBS_ALL_FLAGS) != MBS_ALL_FLAGS)
122 if ((rule->mbr_subject.mbs_neg | MBS_ALL_FLAGS) != MBS_ALL_FLAGS)
/freebsd-12-stable/lib/libugidfw/
H A Dugidfw.c82 if (rule->mbr_subject.mbs_neg == MBS_ALL_FLAGS) {
726 subject->mbs_neg = MBS_ALL_FLAGS ^ neg;

Completed in 173 milliseconds