Hi,
I have a java application, fully signed and notarized which runs a shell script that calls the following (with admin permissions):
hdiutil attach -nobrowse "${INSTALLER_LOCATION}"
This command seems to very occasionally fails for our users with the message:
hdiutil: attach failed - Operation not permitted
I was wondering if there were any entitlements we could add or some way to check/request permission from the script.
Cheers, Tom