Home
last modified time | relevance | path

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

/freebsd/sys/security/mac/
H A Dmac_syscalls.h33 int mac_set_proc_prepare(struct thread *const td,
H A Dmac_syscalls.c234 mac_set_proc_prepare(struct thread *const td, const struct mac *const mac, in mac_set_proc_prepare() function
319 error = mac_set_proc_prepare(td, &mac, &intlabel); in sys___mac_set_proc()
/freebsd/sys/kern/
H A Dkern_prot.c701 error = mac_set_proc_prepare(td, wcred->sc_label, in kern_setcred()