Home
last modified time | relevance | path

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

/freebsd/sys/security/mac/
H A Dmac_syscalls.h35 int mac_set_proc_core(struct thread *const td, struct ucred *const newcred,
H A Dmac_syscalls.c268 mac_set_proc_core(struct thread *const td, struct ucred *const newcred, in mac_set_proc_core() function
329 error = mac_set_proc_core(td, newcred, intlabel); in sys___mac_set_proc()
/freebsd/sys/kern/
H A Dkern_prot.c797 error = mac_set_proc_core(td, new_cred, mac_set_proc_data); in kern_setcred()