Home
last modified time | relevance | path

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

/freebsd/sys/security/mac_grantbylabel/
H A Dmac_grantbylabel.c115 GBL_SYSCTL|GBL_VACCESS); in gbl_parse_label()
143 gbl |= GBL_VACCESS; in gbl_parse_label()
296 if (label & GBL_VACCESS) in mac_grantbylabel_priv_grant()
H A Dmac_grantbylabel.h44 #define GBL_VACCESS (1<<7) macro