Home
last modified time | relevance | path

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

/freebsd/sys/security/mac_grantbylabel/
H A Dmac_grantbylabel.c116 GBL_SYSCTL|GBL_VACCESS); in gbl_parse_label()
140 gbl |= GBL_SYSCTL; in gbl_parse_label()
283 if (label & GBL_SYSCTL) in mac_grantbylabel_priv_grant()
H A Dmac_grantbylabel.h43 #define GBL_SYSCTL (1<<6) macro