Searched refs:mac_system_check_info (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/security/
H A Dmac_system.c113 mac_system_check_info(kauth_cred_t cred, const char *info_type) function
H A Dmac_framework.h405 int mac_system_check_info(kauth_cred_t, const char *info_type);
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dnd6_send.c111 error = mac_system_check_info(cred, "net.inet6.send.cga_parameters");
114 log(LOG_ERR, "%s: mac_system_check_info denied.\n", __func__);
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Ddlil.c6534 if (credp && mac_system_check_info(*credp, "net.link.addr")) {

Completed in 89 milliseconds