Apple’s Worldwide Developers Conference to kick off June 10 at 10 a.m. PDT with Keynote address

The Keynote will be available to stream on apple.com, the Apple Developer app, the Apple TV app, and the Apple YouTube channel. On-demand playback will be available after the conclusion of the stream.

You can make a difference in the Apple Support Community!

When you sign up with your Apple ID, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Custom access permissions

Something has fouled up permissions on files scattered throughout my Xcode project. Now Xcode mostly just fails to build with no message. In one scenario Xcode told me I didn't have permission to save a particular file, when I used Finder Info to examine the file, it showed the dreaded "You have custom access". Past experience tells me that custom access means even the owner or an admin (I'm both) cannot write to the file.

For now I just need to know how to clean up permissions in my project. I can fix one or two files, one at-a-time, but not hundreds of files/directories.

Mac Studio, macOS 12.3

Posted on Apr 12, 2022 5:51 PM

Reply
Question marked as Best reply

Posted on Apr 14, 2022 5:28 AM

Barney-15E confirmed what I suspected had caused my problems, although I didn't understand the meaning and impact of Custom Access. Thank you! Havoc indeed.


To recover, I copied things I needed to save to an external drive, did a clean install, and used batchmod to remove ACLs from those saved files before bringing them back into my home directory.


Bill

2 replies
Question marked as Best reply

Apr 14, 2022 5:28 AM in response to Barney-15E

Barney-15E confirmed what I suspected had caused my problems, although I didn't understand the meaning and impact of Custom Access. Thank you! Havoc indeed.


To recover, I copied things I needed to save to an external drive, did a clean install, and used batchmod to remove ACLs from those saved files before bringing them back into my home directory.


Bill

Apr 13, 2022 6:13 PM in response to K1GQ

Past experience tells me that custom access means even the owner or an admin (I'm both) cannot write to the file.

It doesn't mean that at all, but what is causing Finder to show that message can certainly make it so. Custom access means there are ACLs on the item.

Almost all of the folders in your Home have the "group:everyone deny delete" ACL set on them, so they will all have "Custom" access.


Files generally will not have that (or any other ACL) set on them. A common way ACLs get set to file is if you "Apply to Enclosed" from the ellipsis menu in the Sharing & Permissions panel. If you Apply to Enclosed from one of the folders with that ACL, you would cause havoc trying to edit/save/delete files.


Custom access permissions

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.