Home
last modified time | relevance | path

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

/xnu-10063.101.15/security/
H A Dmac_file.c51 mac_file_check_create(struct ucred *cred) in mac_file_check_create() function
H A Dmac_framework.h191 int mac_file_check_create(kauth_cred_t cred) __result_use_check;
/xnu-10063.101.15/bsd/kern/
H A Dkern_descrip.c1331 error = mac_file_check_create(p_cred); in falloc_withinit()