Searched refs:kauth_authorize_fileop (Results 1 – 7 of 7) sorted by relevance
| /xnu-8792.41.9/bsd/sys/ |
| H A D | kauth.h | 616 extern int kauth_authorize_fileop(kauth_cred_t _credential, kauth_action_t _action,
|
| /xnu-8792.41.9/bsd/kern/ |
| H A D | kern_authorization.c | 523 kauth_authorize_fileop(kauth_cred_t credential, kauth_action_t action, uintptr_t arg0, uintptr_t ar… in kauth_authorize_fileop() function
|
| H A D | kern_descrip.c | 1750 kauth_authorize_fileop(fg->fg_cred, KAUTH_FILEOP_CLOSE, in fp_close_and_unlock()
|
| H A D | kern_exec.c | 2288 kauth_authorize_fileop(vfs_context_ucred(imgp->ip_vfs_context), in exec_activate_image()
|
| /xnu-8792.41.9/bsd/vfs/ |
| H A D | vfs_syscalls.c | 5634 kauth_authorize_fileop(vfs_context_ucred(ctx), KAUTH_FILEOP_LINK, in linkat_internal() 5843 kauth_authorize_fileop(vfs_context_ucred(ctx), KAUTH_FILEOP_SYMLINK, in symlinkat_internal() 6121 kauth_authorize_fileop(vfs_context_ucred(ctx), in unlinkat_internal() 9409 kauth_authorize_fileop(vfs_context_ucred(ctx), in renameat_internal() 9413 kauth_authorize_fileop(vfs_context_ucred(ctx), in renameat_internal() 10054 kauth_authorize_fileop(vfs_context_ucred(ctx), in rmdirat_internal() 10815 kauth_authorize_fileop(vfs_context_ucred(ctx), KAUTH_FILEOP_EXCHANGE, in exchangedata()
|
| H A D | vfs_vnops.c | 203 kauth_authorize_fileop(vfs_context_ucred(ctx), KAUTH_FILEOP_OPEN, in vn_open_auth_finish()
|
| H A D | vfs_subr.c | 8019 kauth_authorize_fileop(vfs_context_ucred(ctx), in vn_authorize_renamex_with_paths() 8029 kauth_authorize_fileop(vfs_context_ucred(ctx), in vn_authorize_renamex_with_paths() 8070 kauth_authorize_fileop(vfs_context_ucred(ctx), in vn_authorize_renamex_with_paths()
|