I have an app that installs an endpoint system extension, and I have the app notarized.
I can install the endpoint system extension and enable Full Disk Access fine on
- Ventura, Apple Silicon
- Sonoma, Apple Silicon
But I cannot enable Full Disk Access on
- Ventura, Intel
In System Settings, when I try to slide toggle switch on to enable full disk access, the toggle slides right back to off.
In previous development versions, I could enable Full Disk Access on the Intel machine.
Any idea why I cannot enable Full Disk Access on Ventura/Intel for my endpoint system extension in my notarized app?
One additional observation, the name displayed in the Full Disk Access section is different between the Apple Silicon and Intel Macs.
On Apple Silicon, only the final part of the Bundle ID is shown in Full Disk Access:
- endpointagent
On Intel, the full Bundle ID is shown:
- com.MyCompany.MyApp.endpointagent
Don't know if it matters, but I thought I'd point that out.