Home
last modified time | relevance | path

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

/f-stack/freebsd/security/mac/
H A Dmac_process.c377 mac_proc_check_debug(struct ucred *cred, struct proc *p) in mac_proc_check_debug() function
H A Dmac_framework.h314 int mac_proc_check_debug(struct ucred *cred, struct proc *p);
/f-stack/freebsd/kern/
H A Dkern_prot.c1693 if ((error = mac_proc_check_debug(td->td_ucred, p))) in p_candebug()