Searched refs:kauth_authorize_action (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.61.12/bsd/kern/ |
| H A D | kern_authorization.c | 372 kauth_authorize_action(kauth_scope_t scope, kauth_cred_t credential, kauth_action_t action, in kauth_authorize_action() function 450 …return kauth_authorize_action(kauth_scope_process, credential, action, (uintptr_t)process, arg1, a… in kauth_authorize_process() 560 kauth_authorize_action(kauth_scope_fileop, credential, action, arg0, arg1, arg2, 0); in kauth_authorize_fileop() 580 return kauth_authorize_action(kauth_scope_generic, credential, action, 0, 0, 0, 0); in kauth_authorize_generic()
|
| /xnu-12377.61.12/bsd/sys/ |
| H A D | kauth.h | 768 extern int kauth_authorize_action(kauth_scope_t _scope, kauth_cred_t _credential, kauth_action…
|
| /xnu-12377.61.12/bsd/vfs/ |
| H A D | vfs_subr.c | 8992 result = kauth_authorize_action(vnode_scope, vfs_context_ucred(ctx), action, in vnode_authorize()
|