Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/net/
H A Diptap.c388 error = kauth_authorize_generic(kauth_cred_get(), KAUTH_GENERIC_ISSUSER); in iptap_ioctl()
H A Dpktap.c612 error = kauth_authorize_generic(kauth_cred_get(), KAUTH_GENERIC_ISSUSER); in pktap_ioctl()
H A Dif_bridge.c1732 KAUTH_GENERIC_ISSUSER); \
/xnu-10002.41.9/bsd/sys/
H A Dkauth.h693 #define KAUTH_GENERIC_ISSUSER 1 macro
/xnu-10002.41.9/bsd/kern/
H A Dkern_authorization.c588 case KAUTH_GENERIC_ISSUSER: in kauth_authorize_generic_callback()
H A Dkern_credential.c529 if ((error = kauth_authorize_generic(kauth_cred_get(), KAUTH_GENERIC_ISSUSER)) != 0) { in identitysvc()