kauth_cred_hook
kauth_cred_hook(cred, KAUTH_CRED_INIT, NULL, NULL);
kauth_cred_hook(cred, KAUTH_CRED_FREE, NULL, NULL);
kauth_cred_hook(from, KAUTH_CRED_COPY, to, NULL);
kauth_cred_hook(parent->p_cred, KAUTH_CRED_FORK, parent,
kauth_cred_hook(cred, KAUTH_CRED_CHROOT, cwdi, NULL);
static int kauth_cred_hook(kauth_cred_t, kauth_action_t, void *, void *);