Home
last modified time | relevance | path

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

/freebsd/sys/security/mac_grantbylabel/
H A Dmac_grantbylabel.c114 gbl |= (GBL_BIND|GBL_IPC|GBL_NET|GBL_PROC| in gbl_parse_label()
127 gbl |= GBL_NET; in gbl_parse_label()
268 if (label & GBL_NET) in mac_grantbylabel_priv_grant()
H A Dmac_grantbylabel.h40 #define GBL_NET (1<<3) macro