Home
last modified time | relevance | path

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

/f-stack/freebsd/security/mac_bsdextended/
H A Dmac_bsdextended.c121 if ((rule->mbr_subject.mbs_flags | MBS_ALL_FLAGS) != MBS_ALL_FLAGS) in ugidfw_rule_valid()
123 if ((rule->mbr_subject.mbs_neg | MBS_ALL_FLAGS) != MBS_ALL_FLAGS) in ugidfw_rule_valid()
H A Dmac_bsdextended.h61 #define MBS_ALL_FLAGS (MBS_UID_DEFINED | MBS_GID_DEFINED | MBS_PRISON_DEFINED) macro