Searched refs:kauth_authorize_fileop (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.61.12/bsd/sys/ |
| H A D | kauth.h | 870 extern int kauth_authorize_fileop(kauth_cred_t _credential, kauth_action_t _action,
|
| /xnu-12377.61.12/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 | 1752 kauth_authorize_fileop(fg->fg_cred, KAUTH_FILEOP_CLOSE, in fp_close_and_unlock()
|
| H A D | kern_exec.c | 2973 kauth_authorize_fileop(vfs_context_ucred(imgp->ip_vfs_context), in exec_activate_image()
|
| /xnu-12377.61.12/bsd/vfs/ |
| H A D | vfs_syscalls.c | 6139 kauth_authorize_fileop(vfs_context_ucred(ctx), KAUTH_FILEOP_LINK, in linkat_internal() 6355 kauth_authorize_fileop(vfs_context_ucred(ctx), KAUTH_FILEOP_SYMLINK, in symlinkat_internal() 6657 kauth_authorize_fileop(vfs_context_ucred(ctx), in unlinkat_internal() 10064 kauth_authorize_fileop(vfs_context_ucred(ctx), in renameat_internal() 10068 kauth_authorize_fileop(vfs_context_ucred(ctx), in renameat_internal() 10755 kauth_authorize_fileop(vfs_context_ucred(ctx), in rmdirat_internal() 11530 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 | 8679 kauth_authorize_fileop(vfs_context_ucred(ctx), in vn_authorize_renamex_with_paths() 8689 kauth_authorize_fileop(vfs_context_ucred(ctx), in vn_authorize_renamex_with_paths() 8730 kauth_authorize_fileop(vfs_context_ucred(ctx), in vn_authorize_renamex_with_paths()
|