kauth.h | 52 typedef struct kauth_scope *kauth_scope_t; typedef in typeref:struct:kauth_scope * 461 kauth_scope_t kauth_register_scope(const char *, kauth_scope_callback_t, void *); 462 void kauth_deregister_scope(kauth_scope_t); 465 int kauth_authorize_action(kauth_scope_t, kauth_cred_t, kauth_action_t, void *,
|