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

/darwin-on-arm/xnu/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.c436 KAUTH_DEBUG("RESOLVER - request timed out without being collected for processing, resolver dead");
470 KAUTH_DEBUG("RESOLVER - completed request has no valid queue");
491 KAUTH_DEBUG("RESOLVER - returning %d", error);
535 KAUTH_DEBUG("RESOLVER - pid %d refused permission to become identity resolver", new_id);
540 KAUTH_DEBUG("RESOLVER - new resolver %d taking over from old %d", new_id, kauth_resolver_identity);
556 KAUTH_DEBUG("RESOLVER - new resolver changes timeout to %d seconds\n", (int)message);
570 KAUTH_DEBUG("RESOLVER - call from bogus resolver %d\n", current_proc()->p_pid);
757 KAUTH_DEBUG("RESOLVER - error submitting work to resolve");
764 KAUTH_DEBUG("RESOLVER - error submitting work to resolve");
793 KAUTH_DEBUG("RESOLVE
[all...]
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c4840 KAUTH_DEBUG("STAT - filesystem returned error %d", error);
5159 KAUTH_DEBUG("%p CREATE - '%s'", dvp, cnp->cn_nameptr);
5200 KAUTH_DEBUG("%p CREATE - error %d returned by filesystem", dvp, error);
5220 KAUTH_DEBUG(" CREATE - doing fallback with ACL %p", vap->va_acl);
5297 KAUTH_DEBUG("%p CREATE - error %d processing inheritance", dvp, error);
5788 KAUTH_DEBUG("IMMUTABLE - file flags 0x%x mask 0x%x append = %d ignore = %d", vap->va_flags, mask, append, ignore);
6144 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",
6227 KAUTH_DEBUG("%p ERROR during ACL processing - %d", vcp->vp, error);
6236 KAUTH_DEBUG("%p ALLOWED - granted by directory ACL", vcp->vp);
6241 KAUTH_DEBUG("
[all...]
H A Dkpi_vfs.c2265 KAUTH_DEBUG(" ERROR - Bogus kauth_fiilesec_t: %ld bytes", xsize);
2277 KAUTH_DEBUG(" ERROR - could not allocate iov to read ACL");
2305 KAUTH_DEBUG("ACL - DATA TOO SMALL (%d)", rsize);
2312 KAUTH_DEBUG("ACL - BAD MAGIC %x", host_fsec_magic);
2320 KAUTH_DEBUG("ACL - BAD ENTRYCOUNT %x", host_acl_entrycount);
2324 KAUTH_DEBUG("ACL - BUFFER OVERFLOW (%d entries too big for %d)", host_acl_entrycount, rsize);
2385 KAUTH_DEBUG(" ERROR - could not allocate iov to write ACL");
2455 KAUTH_DEBUG("ERROR - returning %d", error);
2697 KAUTH_DEBUG("SETATTR - returning ENOTSUP to request to set extended security");
2790 KAUTH_DEBUG("SETATT
[all...]
H A Dvfs_syscalls.c2413 KAUTH_DEBUG("vfs_update_vfsstat returned %d", error);
2551 KAUTH_DEBUG("ERROR - %s gets %d", p->p_comm, fst.error);
2582 KAUTH_DEBUG("vfs_update_vfsstat returned %d", error);
2621 KAUTH_DEBUG("ERROR - %s gets %d", p->p_comm, fst.error);
5247 KAUTH_DEBUG("CHMOD - setting ACL with %d entries", va.va_acl->acl_entrycount);
H A Dvfs_attrlist.c1026 KAUTH_DEBUG("ATTRLIST - returning user access %x", perms);
/darwin-on-arm/xnu/bsd/sys/
H A Dkauth.h761 # define KAUTH_DEBUG(fmt, args...) do { kprintf("%s:%d: " fmt "\n", __PRETTY_FUNCTION__, __LINE__ , ##args); } while (0)
762 # define KAUTH_DEBUG_CTX(_c) KAUTH_DEBUG("p = %p c = %p", _c->vc_proc, _c->vc_ucred)
772 # define KAUTH_DEBUG(fmt, args...) do { } while (0) macro

Completed in 112 milliseconds