Lines Matching refs:KAUTH_DEBUG

4840 		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("%p DEFERRED - directory ACL", vcp->vp);
6273 KAUTH_DEBUG("%p ERROR during ACL processing - %d", vcp->vp, error);
6282 KAUTH_DEBUG("%p ALLOWED - granted by file ACL", vcp->vp);
6287 KAUTH_DEBUG("%p DEFERRED%s - by file ACL", vcp->vp, delete_denied ? "(DENY)" : "");
6294 KAUTH_DEBUG("%p DENIED - denied by ACL", vcp->vp);
6300 KAUTH_DEBUG("%p DENIED - sticky bit rules (user %d file %d dir %d)",
6307 KAUTH_DEBUG("%p DENIED - denied by posix permisssions", vcp->vp);
6349 KAUTH_DEBUG("%p ALLOWED - implicit or no rights required", vcp->vp);
6379 KAUTH_DEBUG("%p ERROR during ACL processing - %d", vcp->vp, error);
6385 KAUTH_DEBUG("%p DENIED - by ACL", vcp->vp);
6388 KAUTH_DEBUG("%p ALLOWED - all rights granted by ACL", vcp->vp);
6393 KAUTH_DEBUG("%p DEFERRED - directory ACL", vcp->vp);
6417 KAUTH_DEBUG("%p ALLOWED - rights already authorized", vcp->vp);
6428 KAUTH_DEBUG("%p DENIED - CHANGE_OWNER not permitted", vcp->vp);
6432 KAUTH_DEBUG("%p DENIED - WRITE_SECURITY not permitted", vcp->vp);
6464 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",
6542 KAUTH_DEBUG("%p DENIED - filesystem disallowed extended attributes", vp);
6561 KAUTH_DEBUG("%p DENIED - file is immutable", vp);
6616 KAUTH_DEBUG("%p DENIED - opaque filesystem VNOP_ACCESS denied access", vp);
6628 KAUTH_DEBUG("%p DENIED - EXECUTE denied because file could not be opened readonly", vp);
6639 KAUTH_DEBUG("%p ALLOWED - bypassing access check for non-local filesystem", vp);
6744 KAUTH_DEBUG("%p - caching action = %x", cvp, action);
6798 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)",
6881 KAUTH_DEBUG("%p ERROR - failed to get vnode attributes - %d", vp, result);
6891 KAUTH_DEBUG("%p ERROR - failed to get directory vnode attributes - %d", vp, result);
6978 KAUTH_DEBUG("%p DENIED - root execute requires at least one x bit in 0x%x", vp, va.va_mode);
6982 KAUTH_DEBUG("%p ALLOWED - caller is superuser", vp);
6994 KAUTH_DEBUG("%p DENIED - auth denied", vp);
7023 KAUTH_DEBUG("%p - caching DELETE_CHILD rights", dvp);
7033 KAUTH_DEBUG("%p ALLOWED - auth granted", vp);
7123 KAUTH_DEBUG("ATTR - defaulting new file mode to %o from umask %o", vap->va_mode, vfs_context_proc(ctx)->p_fd->fd_cmask);
7137 KAUTH_DEBUG("ATTR - ERROR - attempt to set unsupported new-file attributes %llx",
7166 KAUTH_DEBUG(" DENIED - superuser attempt to set illegal flag(s)");
7172 KAUTH_DEBUG(" DENIED - user attempt to set illegal flag(s)");
7184 KAUTH_DEBUG("ATTR - ERROR: got %d checking for membership in %d", error, vap->va_gid);
7188 KAUTH_DEBUG(" DENIED - can't set SGID bit, not a member of %d", vap->va_gid);
7196 KAUTH_DEBUG("ATTR - ERROR: illegal attempt to set the setuid bit");
7202 KAUTH_DEBUG(" DENIED - cannot create new item owned by %d", vap->va_uid);
7208 KAUTH_DEBUG(" ERROR - got %d checking for membership in %d", error, vap->va_gid);
7212 KAUTH_DEBUG(" DENIED - cannot create new item with group %d - not a member", vap->va_gid);
7221 KAUTH_DEBUG(" ERROR - got %d trying to get caller UUID", error);
7226 KAUTH_DEBUG(" ERROR - cannot create item with supplied owner UUID - not us");
7233 KAUTH_DEBUG(" ERROR - got %d trying to check group membership", error);
7237 KAUTH_DEBUG(" ERROR - cannot create item with supplied group UUID - not a member");
7295 KAUTH_DEBUG("ATTR - ERROR: attempt to set readonly attribute(s)");
7324 KAUTH_DEBUG("ATTR - security information changing, fetching existing attributes");
7341 KAUTH_DEBUG("ATTR - timestamps changing, fetching uid and GUID");
7348 KAUTH_DEBUG("ATTR - flags changing, fetching old flags");
7356 KAUTH_DEBUG("ATTR - acl changing, fetching old flags");
7366 KAUTH_DEBUG("ATTR - ERROR: size change requested on a directory");
7375 KAUTH_DEBUG("ATTR - fetching old attributes %016llx", ova.va_active);
7377 KAUTH_DEBUG(" ERROR - got %d trying to get attributes", error);
7386 KAUTH_DEBUG("ATTR - size change, requiring WRITE_DATA");
7411 KAUTH_DEBUG("ATTR - root or owner changing timestamps");
7416 KAUTH_DEBUG("ATTR - non-root/owner changing timestamps, requiring WRITE_ATTRIBUTES");
7419 KAUTH_DEBUG("ATTR - ERROR: illegal timestamp modification attempted");
7430 KAUTH_DEBUG("ATTR - mode change from %06o to %06o", ova.va_mode, vap->va_mode);
7436 KAUTH_DEBUG("ATTR - superuser mode change, requiring immutability check");
7440 KAUTH_DEBUG("ATTR - non-superuser mode change, requiring WRITE_SECURITY");
7456 KAUTH_DEBUG("ATTR - ERROR: setgid but no gid available");
7465 KAUTH_DEBUG("ATTR - ERROR: got %d checking for membership in %d", error, vap->va_gid);
7469 KAUTH_DEBUG(" DENIED - can't set SGID bit, not a member of %d", group);
7487 KAUTH_DEBUG("ATTR - ERROR: setuid but no uid available");
7495 KAUTH_DEBUG("ATTR - ERROR: illegal attempt to set the setuid bit");
7522 KAUTH_DEBUG("ATTR - flags changing, requiring WRITE_SECURITY");
7534 KAUTH_DEBUG(" DENIED - superuser attempt to set illegal flag(s)");
7540 KAUTH_DEBUG(" DENIED - user attempt to set illegal flag(s)");
7576 KAUTH_DEBUG(" DENIED - non-superuser cannot change ownershipt to a third party");
7595 KAUTH_DEBUG(" ERROR - got %d checking for membership in %d", error, vap->va_gid);
7599 KAUTH_DEBUG(" DENIED - group change from %d to %d but not a member of target group",
7642 KAUTH_DEBUG(" ERROR - got %d trying to get caller UUID", error);
7648 KAUTH_DEBUG(" ERROR - cannot set supplied owner UUID - not us / null");
7692 KAUTH_DEBUG(" ERROR - got %d trying to check group membership", error);
7696 KAUTH_DEBUG(" ERROR - cannot set supplied group UUID - not a member / null");
7710 KAUTH_DEBUG("ATTR - superuser changing file owner/group, requiring immutability check");
7714 KAUTH_DEBUG("ATTR - ownership change, requiring TAKE_OWNERSHIP");
7718 KAUTH_DEBUG("ATTR - group change, requiring WRITE_SECURITY");
7728 KAUTH_DEBUG("CHOWN - trying to change owner but cannot get mode from filesystem to mask setugid bits");
7733 KAUTH_DEBUG("CHOWN - masking setugid bits from mode %o to %o", newmode, vap->va_mode);
7749 KAUTH_DEBUG("CHMOD - adding ACL");
7755 KAUTH_DEBUG("CHMOD - removing ACL");
7762 KAUTH_DEBUG("CHMOD - adding/removing ACL entries");
7768 KAUTH_DEBUG("CHMOD - changing ACL entries");