Home
last modified time | relevance | path

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

/src/sys/security/mac/
H A Dmac_syscalls.h26 int mac_set_proc_prepare(struct thread *const td,
H A Dmac_syscalls.c233 mac_set_proc_prepare(struct thread *const td, const struct mac *const mac, in mac_set_proc_prepare() function
468 error = mac_set_proc_prepare(td, &mac, &intlabel); in sys___mac_set_proc()
/src/sys/kern/
H A Dkern_prot.c694 error = mac_set_proc_prepare(td, wcred->sc_label, in kern_setcred()