Searched refs:kauth_authorize_fileop (Results 1 – 7 of 7) sorted by relevance
| /xnu-11215.61.5/bsd/sys/ |
| H A D | kauth.h | 870 extern int kauth_authorize_fileop(kauth_cred_t _credential, kauth_action_t _action,
|
| /xnu-11215.61.5/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 | 1758 kauth_authorize_fileop(fg->fg_cred, KAUTH_FILEOP_CLOSE, in fp_close_and_unlock()
|
| H A D | kern_exec.c | 2420 kauth_authorize_fileop(vfs_context_ucred(imgp->ip_vfs_context), in exec_activate_image()
|
| /xnu-11215.61.5/bsd/vfs/ |
| H A D | vfs_syscalls.c | 5858 kauth_authorize_fileop(vfs_context_ucred(ctx), KAUTH_FILEOP_LINK, in linkat_internal() 6074 kauth_authorize_fileop(vfs_context_ucred(ctx), KAUTH_FILEOP_SYMLINK, in symlinkat_internal() 6367 kauth_authorize_fileop(vfs_context_ucred(ctx), in unlinkat_internal() 9674 kauth_authorize_fileop(vfs_context_ucred(ctx), in renameat_internal() 9678 kauth_authorize_fileop(vfs_context_ucred(ctx), in renameat_internal() 10339 kauth_authorize_fileop(vfs_context_ucred(ctx), in rmdirat_internal() 11100 kauth_authorize_fileop(vfs_context_ucred(ctx), KAUTH_FILEOP_EXCHANGE, in exchangedata()
|
| H A D | vfs_vnops.c | 199 kauth_authorize_fileop(vfs_context_ucred(ctx), KAUTH_FILEOP_OPEN, in vn_open_auth_finish()
|
| H A D | vfs_subr.c | 8583 kauth_authorize_fileop(vfs_context_ucred(ctx), in vn_authorize_renamex_with_paths() 8593 kauth_authorize_fileop(vfs_context_ucred(ctx), in vn_authorize_renamex_with_paths() 8634 kauth_authorize_fileop(vfs_context_ucred(ctx), in vn_authorize_renamex_with_paths()
|