Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/kern/
H A Dkern_authorization.c372 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-11215.61.5/bsd/sys/
H A Dkauth.h768 extern int kauth_authorize_action(kauth_scope_t _scope, kauth_cred_t _credential, kauth_action…
/xnu-11215.61.5/bsd/vfs/
H A Dvfs_subr.c8896 result = kauth_authorize_action(vnode_scope, vfs_context_ucred(ctx), action, in vnode_authorize()