Home
last modified time | relevance | path

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

/freebsd/sys/security/mac/
H A Dmac_syscalls.h30 void mac_set_proc_finish(struct thread *const td, bool proc_label_set,
H A Dmac_syscalls.c293 mac_set_proc_finish(struct thread *const td, bool proc_label_set, in mac_set_proc_finish() function
491 mac_set_proc_finish(td, error == 0, intlabel); in sys___mac_set_proc()
/freebsd/sys/kern/
H A Dkern_prot.c848 mac_set_proc_finish(td, proc_label_set, mac_set_proc_data); in kern_setcred()