Home
last modified time | relevance | path

Searched refs:GBL_VERIEXEC (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/security/mac_grantbylabel/
H A Dmac_grantbylabel.c145 gbl |= GBL_VERIEXEC; in gbl_parse_label()
307 if (label & GBL_VERIEXEC) { in mac_grantbylabel_priv_grant()
316 SLOT_SET(curproc->p_label, GBL_VERIEXEC); in mac_grantbylabel_priv_grant()
323 if (label & GBL_VERIEXEC) in mac_grantbylabel_priv_grant()
H A Dmac_grantbylabel.h45 #define GBL_VERIEXEC (1<<8) macro
/freebsd/lib/libveriexec/
H A Dexec_script.c108 if (gbl_check_pid(0) & GBL_VERIEXEC) { in execv_script()