Searched refs:kauth_authorize_action (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_authorization.c79 * we are in the kauth_authorize_action code path. We intentionally do not take
398 kauth_authorize_action(kauth_scope_t scope, kauth_cred_t credential, kauth_action_t action, function
473 return(kauth_authorize_action(kauth_scope_process, credential, action, (uintptr_t)process, arg1, arg2, arg3));
567 kauth_authorize_action(kauth_scope_fileop, credential, action, arg0, arg1, arg2, 0);
586 return(kauth_authorize_action(kauth_scope_generic, credential, action, 0, 0, 0, 0));
/darwin-on-arm/xnu/bsd/sys/
H A Dkauth.h516 extern int kauth_authorize_action(kauth_scope_t _scope, kauth_cred_t _credential, kauth_action_t _action,
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c5721 * kauth_authorize_action:EPERM ...
5723 * kauth_authorize_action:0 Success
5724 * kauth_authorize_action: Depends on callback return; this is
5746 result = kauth_authorize_action(vnode_scope, vfs_context_ucred(ctx), action,

Completed in 36 milliseconds