Lines Matching refs:KAUTH_DEBUG

4830 		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("%p DEFERRED - directory ACL", vcp->vp);
6287 KAUTH_DEBUG("%p ERROR during ACL processing - %d", vcp->vp, error);
6296 KAUTH_DEBUG("%p ALLOWED - granted by file ACL", vcp->vp);
6301 KAUTH_DEBUG("%p DEFERRED%s - by file ACL", vcp->vp, delete_denied ? "(DENY)" : "");
6308 KAUTH_DEBUG("%p DENIED - denied by ACL", vcp->vp);
6314 KAUTH_DEBUG("%p DENIED - sticky bit rules (user %d file %d dir %d)",
6321 KAUTH_DEBUG("%p DENIED - denied by posix permisssions", vcp->vp);
6363 KAUTH_DEBUG("%p ALLOWED - implicit or no rights required", vcp->vp);
6393 KAUTH_DEBUG("%p ERROR during ACL processing - %d", vcp->vp, error);
6399 KAUTH_DEBUG("%p DENIED - by ACL", vcp->vp);
6402 KAUTH_DEBUG("%p ALLOWED - all rights granted by ACL", vcp->vp);
6407 KAUTH_DEBUG("%p DEFERRED - directory ACL", vcp->vp);
6431 KAUTH_DEBUG("%p ALLOWED - rights already authorized", vcp->vp);
6442 KAUTH_DEBUG("%p DENIED - CHANGE_OWNER not permitted", vcp->vp);
6446 KAUTH_DEBUG("%p DENIED - WRITE_SECURITY not permitted", vcp->vp);
6478 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",
6556 KAUTH_DEBUG("%p DENIED - filesystem disallowed extended attributes", vp);
6575 KAUTH_DEBUG("%p DENIED - file is immutable", vp);
6630 KAUTH_DEBUG("%p DENIED - opaque filesystem VNOP_ACCESS denied access", vp);
6642 KAUTH_DEBUG("%p DENIED - EXECUTE denied because file could not be opened readonly", vp);
6653 KAUTH_DEBUG("%p ALLOWED - bypassing access check for non-local filesystem", vp);
6758 KAUTH_DEBUG("%p - caching action = %x", cvp, action);
6812 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)",
6895 KAUTH_DEBUG("%p ERROR - failed to get vnode attributes - %d", vp, result);
6905 KAUTH_DEBUG("%p ERROR - failed to get directory vnode attributes - %d", vp, result);
6992 KAUTH_DEBUG("%p DENIED - root execute requires at least one x bit in 0x%x", vp, va.va_mode);
6996 KAUTH_DEBUG("%p ALLOWED - caller is superuser", vp);
7008 KAUTH_DEBUG("%p DENIED - auth denied", vp);
7037 KAUTH_DEBUG("%p - caching DELETE_CHILD rights", dvp);
7047 KAUTH_DEBUG("%p ALLOWED - auth granted", vp);
7137 KAUTH_DEBUG("ATTR - defaulting new file mode to %o from umask %o", vap->va_mode, vfs_context_proc(ctx)->p_fd->fd_cmask);
7151 KAUTH_DEBUG("ATTR - ERROR - attempt to set unsupported new-file attributes %llx",
7180 KAUTH_DEBUG(" DENIED - superuser attempt to set illegal flag(s)");
7186 KAUTH_DEBUG(" DENIED - user attempt to set illegal flag(s)");
7198 KAUTH_DEBUG("ATTR - ERROR: got %d checking for membership in %d", error, vap->va_gid);
7202 KAUTH_DEBUG(" DENIED - can't set SGID bit, not a member of %d", vap->va_gid);
7210 KAUTH_DEBUG("ATTR - ERROR: illegal attempt to set the setuid bit");
7216 KAUTH_DEBUG(" DENIED - cannot create new item owned by %d", vap->va_uid);
7222 KAUTH_DEBUG(" ERROR - got %d checking for membership in %d", error, vap->va_gid);
7226 KAUTH_DEBUG(" DENIED - cannot create new item with group %d - not a member", vap->va_gid);
7235 KAUTH_DEBUG(" ERROR - got %d trying to get caller UUID", error);
7240 KAUTH_DEBUG(" ERROR - cannot create item with supplied owner UUID - not us");
7247 KAUTH_DEBUG(" ERROR - got %d trying to check group membership", error);
7251 KAUTH_DEBUG(" ERROR - cannot create item with supplied group UUID - not a member");
7309 KAUTH_DEBUG("ATTR - ERROR: attempt to set readonly attribute(s)");
7338 KAUTH_DEBUG("ATTR - security information changing, fetching existing attributes");
7355 KAUTH_DEBUG("ATTR - timestamps changing, fetching uid and GUID");
7362 KAUTH_DEBUG("ATTR - flags changing, fetching old flags");
7370 KAUTH_DEBUG("ATTR - acl changing, fetching old flags");
7380 KAUTH_DEBUG("ATTR - ERROR: size change requested on a directory");
7389 KAUTH_DEBUG("ATTR - fetching old attributes %016llx", ova.va_active);
7391 KAUTH_DEBUG(" ERROR - got %d trying to get attributes", error);
7400 KAUTH_DEBUG("ATTR - size change, requiring WRITE_DATA");
7425 KAUTH_DEBUG("ATTR - root or owner changing timestamps");
7430 KAUTH_DEBUG("ATTR - non-root/owner changing timestamps, requiring WRITE_ATTRIBUTES");
7433 KAUTH_DEBUG("ATTR - ERROR: illegal timestamp modification attempted");
7444 KAUTH_DEBUG("ATTR - mode change from %06o to %06o", ova.va_mode, vap->va_mode);
7450 KAUTH_DEBUG("ATTR - superuser mode change, requiring immutability check");
7454 KAUTH_DEBUG("ATTR - non-superuser mode change, requiring WRITE_SECURITY");
7470 KAUTH_DEBUG("ATTR - ERROR: setgid but no gid available");
7479 KAUTH_DEBUG("ATTR - ERROR: got %d checking for membership in %d", error, vap->va_gid);
7483 KAUTH_DEBUG(" DENIED - can't set SGID bit, not a member of %d", group);
7501 KAUTH_DEBUG("ATTR - ERROR: setuid but no uid available");
7509 KAUTH_DEBUG("ATTR - ERROR: illegal attempt to set the setuid bit");
7536 KAUTH_DEBUG("ATTR - flags changing, requiring WRITE_SECURITY");
7548 KAUTH_DEBUG(" DENIED - superuser attempt to set illegal flag(s)");
7554 KAUTH_DEBUG(" DENIED - user attempt to set illegal flag(s)");
7590 KAUTH_DEBUG(" DENIED - non-superuser cannot change ownershipt to a third party");
7609 KAUTH_DEBUG(" ERROR - got %d checking for membership in %d", error, vap->va_gid);
7613 KAUTH_DEBUG(" DENIED - group change from %d to %d but not a member of target group",
7656 KAUTH_DEBUG(" ERROR - got %d trying to get caller UUID", error);
7662 KAUTH_DEBUG(" ERROR - cannot set supplied owner UUID - not us / null");
7706 KAUTH_DEBUG(" ERROR - got %d trying to check group membership", error);
7710 KAUTH_DEBUG(" ERROR - cannot set supplied group UUID - not a member / null");
7724 KAUTH_DEBUG("ATTR - superuser changing file owner/group, requiring immutability check");
7728 KAUTH_DEBUG("ATTR - ownership change, requiring TAKE_OWNERSHIP");
7732 KAUTH_DEBUG("ATTR - group change, requiring WRITE_SECURITY");
7742 KAUTH_DEBUG("CHOWN - trying to change owner but cannot get mode from filesystem to mask setugid bits");
7747 KAUTH_DEBUG("CHOWN - masking setugid bits from mode %o to %o", newmode, vap->va_mode);
7763 KAUTH_DEBUG("CHMOD - adding ACL");
7769 KAUTH_DEBUG("CHMOD - removing ACL");
7776 KAUTH_DEBUG("CHMOD - adding/removing ACL entries");
7782 KAUTH_DEBUG("CHMOD - changing ACL entries");