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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_authorization.c79 * we are in the kauth_authorize_action code path. We intentionally do not take
396 kauth_authorize_action(kauth_scope_t scope, kauth_cred_t credential, kauth_action_t action, function
471 return(kauth_authorize_action(kauth_scope_process, credential, action, (uintptr_t)process, arg1, arg2, arg3));
565 kauth_authorize_action(kauth_scope_fileop, credential, action, arg0, arg1, arg2, 0);
584 return(kauth_authorize_action(kauth_scope_generic, credential, action, 0, 0, 0, 0));
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dkauth.h474 extern int kauth_authorize_action(kauth_scope_t _scope, kauth_cred_t _credential, kauth_action_t _action,
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_subr.c4642 * kauth_authorize_action:EPERM ...
4644 * kauth_authorize_action:0 Success
4645 * kauth_authorize_action: Depends on callback return; this is
4667 result = kauth_authorize_action(vnode_scope, vfs_context_ucred(ctx), action,

Completed in 97 milliseconds