Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/kern/
H A Dkern_authorization.c537 action == KAUTH_FILEOP_CLOSE || in kauth_authorize_fileop()
548 if (action == KAUTH_FILEOP_CLOSE || in kauth_authorize_fileop()
H A Dkern_descrip.c1734 kauth_authorize_fileop(fg->fg_cred, KAUTH_FILEOP_CLOSE, in fp_close_and_unlock()
/xnu-10002.41.9/bsd/sys/
H A Dkauth.h722 #define KAUTH_FILEOP_CLOSE 2 macro