Home
last modified time | relevance | path

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

/xnu-11215.1.10/security/
H A Dmac_file.c60 mac_file_check_dup(struct ucred *cred, struct fileglob *fg, int newfd) in mac_file_check_dup() function
H A Dmac_framework.h192 int mac_file_check_dup(kauth_cred_t cred, struct fileglob *fg, int newfd) __result_use_check;
/xnu-11215.1.10/bsd/kern/
H A Dkern_descrip.c545 error = mac_file_check_dup(p_cred, ofp->fp_glob, new); in finishdup()
1847 myerror = mac_file_check_dup(kauth_cred_get(), wfp->fp_glob, dfd); in dupfdopen()