In Apple's document about App Sandbox, I found something about Temporary Exception
, and the value of Global Mach Service Temporary Exception
is an array, but I do know what items can this array contains.
Actually, I hope there is place where I can check what entitlement items should be added for a specific function in sandbox app. For example, for a certain function, maybe I should add some com.apple.security.temporary-exception.mach-lookup.global-name
and com.apple.security.temporary-exception.files.absolute-path.read-write
, but the problem is what they are.
For now, when the function is unable to work in sandbox, I can find error message in system log, but still do not know what entitlements are needed.