Lines Matching refs:KAUTH_DEBUG
617 KAUTH_DEBUG(" ACL - got NULL credential"); in kauth_acl_evaluate()
622 KAUTH_DEBUG(" ACL - got NULL ACL evaluator"); in kauth_acl_evaluate()
639 KAUTH_DEBUG(" ACL - can't get credential GUID (%d)", error); in kauth_acl_evaluate()
646 KAUTH_DEBUG(" ACL - %d entries, initial residual %x", eval->ae_count, eval->ae_residual); in kauth_acl_evaluate()
720 KAUTH_DEBUG(" ACL - ACE applicable " K_UUID_FMT " caller " K_UUID_FMT " %smatched", in kauth_acl_evaluate()
732 KAUTH_DEBUG(" ACL[%d] - can't get membership, making pessimistic assumption", i); in kauth_acl_evaluate()
742 KAUTH_DEBUG(" ACL - %s group member", applies ? "is" : "not"); in kauth_acl_evaluate()
745 KAUTH_DEBUG(" ACL - entry matches caller"); in kauth_acl_evaluate()
759 KAUTH_DEBUG(" ACL[%d] - rights %x leave residual %x", i, rights, eval->ae_residual); in kauth_acl_evaluate()
769 KAUTH_DEBUG(" ACL[%d] - denying based on %x", i, rights); in kauth_acl_evaluate()
775 KAUTH_DEBUG(" ACL - unknown entry kind %d", ace->ace_flags & KAUTH_ACE_KINDMASK); in kauth_acl_evaluate()
824 KAUTH_DEBUG(" ERROR - could not get parent directory ACL for inheritance"); in kauth_acl_inherit()
877 KAUTH_DEBUG(" ERROR - could not allocate %d-entry result buffer for inherited ACL", entries); in kauth_acl_inherit()
894 KAUTH_DEBUG(" INHERIT - applied %d of %d initial entries", index, initial->acl_entrycount); in kauth_acl_inherit()
926 KAUTH_DEBUG(" INHERIT - product ACL has %d entries", index); in kauth_acl_inherit()