Home
last modified time | relevance | path

Searched refs:KAUTH_GENERIC_ISSUSER (Results 1 – 6 of 6) sorted by relevance

/xnu-8792.61.2/bsd/net/
H A Diptap.c392 error = kauth_authorize_generic(kauth_cred_get(), KAUTH_GENERIC_ISSUSER); in iptap_ioctl()
H A Dpktap.c614 error = kauth_authorize_generic(kauth_cred_get(), KAUTH_GENERIC_ISSUSER); in pktap_ioctl()
H A Dif_bridge.c1736 KAUTH_GENERIC_ISSUSER); \
/xnu-8792.61.2/bsd/sys/
H A Dkauth.h535 #define KAUTH_GENERIC_ISSUSER 1 macro
/xnu-8792.61.2/bsd/kern/
H A Dkern_authorization.c588 case KAUTH_GENERIC_ISSUSER: in kauth_authorize_generic_callback()
H A Dkern_credential.c545 if ((error = kauth_authorize_generic(kauth_cred_get(), KAUTH_GENERIC_ISSUSER)) != 0) { in identitysvc()