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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_authorization.c396 kauth_authorize_action(kauth_scope_t scope, kauth_cred_t credential, kauth_action_t action, argument
403 result = scope->ks_callback(credential, scope->ks_idata, action, arg0, arg1, arg2, arg3);
421 credential, scope->ks_listeners[i].kll_idata,
438 kauth_authorize_allow(__unused kauth_cred_t credential, __unused void *idata, __unused kauth_action_t action, argument
469 kauth_authorize_process(kauth_cred_t credential, kauth_action_t action, struct proc *process, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3) argument
471 return(kauth_authorize_action(kauth_scope_process, credential, action, (uintptr_t)process, arg1, arg2, arg3));
475 kauth_authorize_process_callback(kauth_cred_t credential, __unused void *idata, kauth_action_t action, argument
481 /* XXX credential wrong here */
485 if (cansignal(current_proc(), credential, (struct proc *)arg0, (int)arg1, 0))
493 if (cantrace(current_proc(), credential, (proc_
538 kauth_authorize_fileop(kauth_cred_t credential, kauth_action_t action, uintptr_t arg0, uintptr_t arg1) argument
579 kauth_authorize_generic(kauth_cred_t credential, kauth_action_t action) argument
589 kauth_authorize_generic_callback(kauth_cred_t credential, __unused void *idata, kauth_action_t action, __unused uintptr_t arg0, __unused uintptr_t arg1, __unused uintptr_t arg2, __unused uintptr_t arg3) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dkauth.h133 * Supplemental credential data.
135 * This interface allows us to associate arbitrary data with a credential.
136 * As with the credential, the data is considered immutable.
493 extern int kauth_authorize_generic(kauth_cred_t credential, kauth_action_t action);
636 * for an exact match on the last credential to lookup
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_subr.c4611 static int vnode_authorize_callback(kauth_cred_t credential, void *idata, kauth_action_t action,
4613 static int vnode_authorize_callback_int(__unused kauth_cred_t credential, __unused void *idata, kauth_action_t action,
4846 * Test the posix permissions in (vap) to determine whether (credential)
5722 * match the credential associated with this cache of rights.

Completed in 99 milliseconds