Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dcaprights.h70 extern cap_rights_t cap_fexecve_rights;
/freebsd/sys/kern/
H A Dsubr_capability.c63 __read_mostly cap_rights_t cap_fexecve_rights; variable
112 cap_rights_init_one(&cap_fexecve_rights, CAP_FEXECVE); in cap_rights_sysinit()
H A Dkern_exec.c529 error = fgetvp_exec(td, args->fd, &cap_fexecve_rights, in do_execve()