Lines Matching refs:KAUTH_DEBUG

5010 		KAUTH_DEBUG("STAT - filesystem returned error %d", error);
5384 KAUTH_DEBUG("%p CREATE - '%s'", dvp, cnp->cn_nameptr);
5434 KAUTH_DEBUG("%p CREATE - error %d returned by filesystem", dvp, error);
5454 KAUTH_DEBUG(" CREATE - doing fallback with ACL %p", vap->va_acl);
5531 KAUTH_DEBUG("%p CREATE - error %d processing inheritance", dvp, error);
6025 KAUTH_DEBUG("IMMUTABLE - file flags 0x%x mask 0x%x append = %d ignore = %d", vap->va_flags, mask, append, ignore);
6381 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",
6464 KAUTH_DEBUG("%p ERROR during ACL processing - %d", vcp->vp, error);
6473 KAUTH_DEBUG("%p ALLOWED - granted by directory ACL", vcp->vp);
6478 KAUTH_DEBUG("%p DEFERRED - directory ACL", vcp->vp);
6510 KAUTH_DEBUG("%p ERROR during ACL processing - %d", vcp->vp, error);
6519 KAUTH_DEBUG("%p ALLOWED - granted by file ACL", vcp->vp);
6524 KAUTH_DEBUG("%p DEFERRED%s - by file ACL", vcp->vp, delete_denied ? "(DENY)" : "");
6531 KAUTH_DEBUG("%p DENIED - denied by ACL", vcp->vp);
6537 KAUTH_DEBUG("%p DENIED - sticky bit rules (user %d file %d dir %d)",
6544 KAUTH_DEBUG("%p DENIED - denied by posix permisssions", vcp->vp);
6586 KAUTH_DEBUG("%p ALLOWED - implicit or no rights required", vcp->vp);
6616 KAUTH_DEBUG("%p ERROR during ACL processing - %d", vcp->vp, error);
6622 KAUTH_DEBUG("%p DENIED - by ACL", vcp->vp);
6625 KAUTH_DEBUG("%p ALLOWED - all rights granted by ACL", vcp->vp);
6630 KAUTH_DEBUG("%p DEFERRED - directory ACL", vcp->vp);
6654 KAUTH_DEBUG("%p ALLOWED - rights already authorized", vcp->vp);
6665 KAUTH_DEBUG("%p DENIED - CHANGE_OWNER not permitted", vcp->vp);
6669 KAUTH_DEBUG("%p DENIED - WRITE_SECURITY not permitted", vcp->vp);
6701 KAUTH_DEBUG("%p ALLOWED - residual rights %s%s%s%s%s%s%s%s%s%s%s%s%s%s granted due to no posix mapping",
6779 KAUTH_DEBUG("%p DENIED - filesystem disallowed extended attributes", vp);
6798 KAUTH_DEBUG("%p DENIED - file is immutable", vp);
6853 KAUTH_DEBUG("%p DENIED - opaque filesystem VNOP_ACCESS denied access", vp);
6865 KAUTH_DEBUG("%p DENIED - EXECUTE denied because file could not be opened readonly", vp);
6876 KAUTH_DEBUG("%p ALLOWED - bypassing access check for non-local filesystem", vp);
6981 KAUTH_DEBUG("%p - caching action = %x", cvp, action);
7035 KAUTH_DEBUG("%p AUTH - %s %s%s%s%s%s%s%s%s%s%s%s%s%s%s%s on %s '%s' (0x%x:%p/%p)",
7118 KAUTH_DEBUG("%p ERROR - failed to get vnode attributes - %d", vp, result);
7128 KAUTH_DEBUG("%p ERROR - failed to get directory vnode attributes - %d", vp, result);
7215 KAUTH_DEBUG("%p DENIED - root execute requires at least one x bit in 0x%x", vp, va.va_mode);
7219 KAUTH_DEBUG("%p ALLOWED - caller is superuser", vp);
7231 KAUTH_DEBUG("%p DENIED - auth denied", vp);
7260 KAUTH_DEBUG("%p - caching DELETE_CHILD rights", dvp);
7270 KAUTH_DEBUG("%p ALLOWED - auth granted", vp);
7360 KAUTH_DEBUG("ATTR - defaulting new file mode to %o from umask %o", vap->va_mode, vfs_context_proc(ctx)->p_fd->fd_cmask);
7374 KAUTH_DEBUG("ATTR - ERROR - attempt to set unsupported new-file attributes %llx",
7403 KAUTH_DEBUG(" DENIED - superuser attempt to set illegal flag(s)");
7409 KAUTH_DEBUG(" DENIED - user attempt to set illegal flag(s)");
7421 KAUTH_DEBUG("ATTR - ERROR: got %d checking for membership in %d", error, vap->va_gid);
7425 KAUTH_DEBUG(" DENIED - can't set SGID bit, not a member of %d", vap->va_gid);
7433 KAUTH_DEBUG("ATTR - ERROR: illegal attempt to set the setuid bit");
7439 KAUTH_DEBUG(" DENIED - cannot create new item owned by %d", vap->va_uid);
7445 KAUTH_DEBUG(" ERROR - got %d checking for membership in %d", error, vap->va_gid);
7449 KAUTH_DEBUG(" DENIED - cannot create new item with group %d - not a member", vap->va_gid);
7458 KAUTH_DEBUG(" ERROR - got %d trying to get caller UUID", error);
7463 KAUTH_DEBUG(" ERROR - cannot create item with supplied owner UUID - not us");
7470 KAUTH_DEBUG(" ERROR - got %d trying to check group membership", error);
7474 KAUTH_DEBUG(" ERROR - cannot create item with supplied group UUID - not a member");
7532 KAUTH_DEBUG("ATTR - ERROR: attempt to set readonly attribute(s)");
7561 KAUTH_DEBUG("ATTR - security information changing, fetching existing attributes");
7578 KAUTH_DEBUG("ATTR - timestamps changing, fetching uid and GUID");
7585 KAUTH_DEBUG("ATTR - flags changing, fetching old flags");
7593 KAUTH_DEBUG("ATTR - acl changing, fetching old flags");
7603 KAUTH_DEBUG("ATTR - ERROR: size change requested on a directory");
7612 KAUTH_DEBUG("ATTR - fetching old attributes %016llx", ova.va_active);
7614 KAUTH_DEBUG(" ERROR - got %d trying to get attributes", error);
7623 KAUTH_DEBUG("ATTR - size change, requiring WRITE_DATA");
7648 KAUTH_DEBUG("ATTR - root or owner changing timestamps");
7653 KAUTH_DEBUG("ATTR - non-root/owner changing timestamps, requiring WRITE_ATTRIBUTES");
7656 KAUTH_DEBUG("ATTR - ERROR: illegal timestamp modification attempted");
7667 KAUTH_DEBUG("ATTR - mode change from %06o to %06o", ova.va_mode, vap->va_mode);
7673 KAUTH_DEBUG("ATTR - superuser mode change, requiring immutability check");
7677 KAUTH_DEBUG("ATTR - non-superuser mode change, requiring WRITE_SECURITY");
7693 KAUTH_DEBUG("ATTR - ERROR: setgid but no gid available");
7702 KAUTH_DEBUG("ATTR - ERROR: got %d checking for membership in %d", error, vap->va_gid);
7706 KAUTH_DEBUG(" DENIED - can't set SGID bit, not a member of %d", group);
7724 KAUTH_DEBUG("ATTR - ERROR: setuid but no uid available");
7732 KAUTH_DEBUG("ATTR - ERROR: illegal attempt to set the setuid bit");
7759 KAUTH_DEBUG("ATTR - flags changing, requiring WRITE_SECURITY");
7771 KAUTH_DEBUG(" DENIED - superuser attempt to set illegal flag(s)");
7777 KAUTH_DEBUG(" DENIED - user attempt to set illegal flag(s)");
7813 KAUTH_DEBUG(" DENIED - non-superuser cannot change ownershipt to a third party");
7832 KAUTH_DEBUG(" ERROR - got %d checking for membership in %d", error, vap->va_gid);
7836 KAUTH_DEBUG(" DENIED - group change from %d to %d but not a member of target group",
7879 KAUTH_DEBUG(" ERROR - got %d trying to get caller UUID", error);
7885 KAUTH_DEBUG(" ERROR - cannot set supplied owner UUID - not us / null");
7929 KAUTH_DEBUG(" ERROR - got %d trying to check group membership", error);
7933 KAUTH_DEBUG(" ERROR - cannot set supplied group UUID - not a member / null");
7947 KAUTH_DEBUG("ATTR - superuser changing file owner/group, requiring immutability check");
7951 KAUTH_DEBUG("ATTR - ownership change, requiring TAKE_OWNERSHIP");
7955 KAUTH_DEBUG("ATTR - group change, requiring WRITE_SECURITY");
7965 KAUTH_DEBUG("CHOWN - trying to change owner but cannot get mode from filesystem to mask setugid bits");
7970 KAUTH_DEBUG("CHOWN - masking setugid bits from mode %o to %o", newmode, vap->va_mode);
7986 KAUTH_DEBUG("CHMOD - adding ACL");
7992 KAUTH_DEBUG("CHMOD - removing ACL");
7999 KAUTH_DEBUG("CHMOD - adding/removing ACL entries");
8005 KAUTH_DEBUG("CHMOD - changing ACL entries");