kauth.h | 54 typedef uint64_t kauth_action_t; typedef in typeref:typename:uint64_t 55 typedef int (*kauth_scope_callback_t)(kauth_cred_t, kauth_action_t, 465 int kauth_authorize_action(kauth_scope_t, kauth_cred_t, kauth_action_t, void *, 469 int kauth_authorize_generic(kauth_cred_t, kauth_action_t, void *); 470 int kauth_authorize_system(kauth_cred_t, kauth_action_t, enum kauth_system_req, 472 int kauth_authorize_process(kauth_cred_t, kauth_action_t, struct proc *, 474 int kauth_authorize_network(kauth_cred_t, kauth_action_t, 476 int kauth_authorize_machdep(kauth_cred_t, kauth_action_t, 478 int kauth_authorize_device(kauth_cred_t, kauth_action_t, 480 int kauth_authorize_device_tty(kauth_cred_t, kauth_action_t, struct tty *) [all...] |