Home
last modified time | relevance | path

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

/f-stack/freebsd/security/mac_bsdextended/
H A Dmac_bsdextended.h57 #define MBS_UID_DEFINED 0x00000001 /* uid field should be matched */ macro
61 #define MBS_ALL_FLAGS (MBS_UID_DEFINED | MBS_GID_DEFINED | MBS_PRISON_DEFINED)
H A Dmac_bsdextended.c239 if (rule->mbr_subject.mbs_flags & MBS_UID_DEFINED) { in ugidfw_rulecheck()
246 if (rule->mbr_subject.mbs_neg & MBS_UID_DEFINED) in ugidfw_rulecheck()