Searched refs:kauth_authorize_fileop (Results 1 – 7 of 7) sorted by relevance
| /xnu-11215.1.10/bsd/sys/ |
| H A D | kauth.h | 870 extern int kauth_authorize_fileop(kauth_cred_t _credential, kauth_action_t _action,
|
| /xnu-11215.1.10/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 | 2412 kauth_authorize_fileop(vfs_context_ucred(imgp->ip_vfs_context), in exec_activate_image()
|
| /xnu-11215.1.10/bsd/vfs/ |
| H A D | vfs_syscalls.c | 5780 kauth_authorize_fileop(vfs_context_ucred(ctx), KAUTH_FILEOP_LINK, in linkat_internal() 5991 kauth_authorize_fileop(vfs_context_ucred(ctx), KAUTH_FILEOP_SYMLINK, in symlinkat_internal() 6274 kauth_authorize_fileop(vfs_context_ucred(ctx), in unlinkat_internal() 9560 kauth_authorize_fileop(vfs_context_ucred(ctx), in renameat_internal() 9564 kauth_authorize_fileop(vfs_context_ucred(ctx), in renameat_internal() 10225 kauth_authorize_fileop(vfs_context_ucred(ctx), in rmdirat_internal() 10986 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 | 8456 kauth_authorize_fileop(vfs_context_ucred(ctx), in vn_authorize_renamex_with_paths() 8466 kauth_authorize_fileop(vfs_context_ucred(ctx), in vn_authorize_renamex_with_paths() 8507 kauth_authorize_fileop(vfs_context_ucred(ctx), in vn_authorize_renamex_with_paths()
|