Searched refs:KAUTH_DEBUG (Results 1 - 7 of 7) sorted by relevance

/xnu-2422.115.4/bsd/kern/
H A Dkern_authorization.c637 KAUTH_DEBUG(" ACL - can't get credential GUID (%d)", error);
644 KAUTH_DEBUG(" ACL - %d entries, initial residual %x", eval->ae_count, eval->ae_residual);
711 KAUTH_DEBUG(" ACL - ACE applicable " K_UUID_FMT " caller " K_UUID_FMT " %smatched",
723 KAUTH_DEBUG(" ACL[%d] - can't get membership, making pessimistic assumption", i);
733 KAUTH_DEBUG(" ACL - %s group member", applies ? "is" : "not");
736 KAUTH_DEBUG(" ACL - entry matches caller");
749 KAUTH_DEBUG(" ACL[%d] - rights %x leave residual %x", i, rights, eval->ae_residual);
759 KAUTH_DEBUG(" ACL[%d] - denying based on %x", i, rights);
765 KAUTH_DEBUG(" ACL - unknown entry kind %d", ace->ace_flags & KAUTH_ACE_KINDMASK);
814 KAUTH_DEBUG(" ERRO
[all...]
H A Dkern_credential.c83 /* Set to 1 to turn on KAUTH_DEBUG for kern_credential.c */
85 #ifdef KAUTH_DEBUG
86 #undef KAUTH_DEBUG
99 # define KAUTH_DEBUG(fmt, args...) do { printf("%s:%d: " fmt "\n", __PRETTY_FUNCTION__, __LINE__ , ##args); } while (0)
490 KAUTH_DEBUG("RESOLVER - request timed out without being collected for processing, resolver dead");
524 KAUTH_DEBUG("RESOLVER - completed request has no valid queue");
545 KAUTH_DEBUG("RESOLVER - returning %d", error);
589 KAUTH_DEBUG("RESOLVER - pid %d refused permission to become identity resolver", new_id);
594 KAUTH_DEBUG("RESOLVER - new resolver %d taking over from old %d", new_id, kauth_resolver_identity);
610 KAUTH_DEBUG("RESOLVE
[all...]
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_subr.c4830 KAUTH_DEBUG("STAT - filesystem returned error %d", error);
5163 KAUTH_DEBUG("%p CREATE - '%s'", dvp, cnp->cn_nameptr);
5204 KAUTH_DEBUG("%p CREATE - error %d returned by filesystem", dvp, error);
5224 KAUTH_DEBUG(" CREATE - doing fallback with ACL %p", vap->va_acl);
5301 KAUTH_DEBUG("%p CREATE - error %d processing inheritance", dvp, error);
5802 KAUTH_DEBUG("IMMUTABLE - file flags 0x%x mask 0x%x append = %d ignore = %d", vap->va_flags, mask, append, ignore);
6158 KAUTH_DEBUG("%p %s - posix %s permissions : need %s%s%s %x have %s%s%s%s%s%s%s%s%s UID = %d file = %d,%d",
6241 KAUTH_DEBUG("%p ERROR during ACL processing - %d", vcp->vp, error);
6250 KAUTH_DEBUG("%p ALLOWED - granted by directory ACL", vcp->vp);
6255 KAUTH_DEBUG("
[all...]
H A Dkpi_vfs.c2013 KAUTH_DEBUG(" ERROR - Bogus kauth_fiilesec_t: %ld bytes", xsize);
2025 KAUTH_DEBUG(" ERROR - could not allocate iov to read ACL");
2053 KAUTH_DEBUG("ACL - DATA TOO SMALL (%d)", rsize);
2060 KAUTH_DEBUG("ACL - BAD MAGIC %x", host_fsec_magic);
2068 KAUTH_DEBUG("ACL - BAD ENTRYCOUNT %x", host_acl_entrycount);
2072 KAUTH_DEBUG("ACL - BUFFER OVERFLOW (%d entries too big for %d)", host_acl_entrycount, rsize);
2133 KAUTH_DEBUG(" ERROR - could not allocate iov to write ACL");
2203 KAUTH_DEBUG("ERROR - returning %d", error);
2445 KAUTH_DEBUG("SETATTR - returning ENOTSUP to request to set extended security");
2538 KAUTH_DEBUG("SETATT
[all...]
H A Dvfs_syscalls.c2457 KAUTH_DEBUG("vfs_update_vfsstat returned %d", error);
2597 KAUTH_DEBUG("ERROR - %s gets %d", p->p_comm, fst.error);
2628 KAUTH_DEBUG("vfs_update_vfsstat returned %d", error);
2667 KAUTH_DEBUG("ERROR - %s gets %d", p->p_comm, fst.error);
5303 KAUTH_DEBUG("CHMOD - setting ACL with %d entries", va.va_acl->acl_entrycount);
H A Dvfs_attrlist.c1178 KAUTH_DEBUG("ATTRLIST - returning user access %x", perms);
/xnu-2422.115.4/bsd/sys/
H A Dkauth.h758 # define KAUTH_DEBUG(fmt, args...) do { kprintf("%s:%d: " fmt "\n", __PRETTY_FUNCTION__, __LINE__ , ##args); } while (0)
759 # define KAUTH_DEBUG_CTX(_c) KAUTH_DEBUG("p = %p c = %p", _c->vc_proc, _c->vc_ucred)
769 # define KAUTH_DEBUG(fmt, args...) do { } while (0) macro

Completed in 107 milliseconds