Multiple Processes with NEVPNManager access

I'm trying to write a two process system (client and daemon) and I would like both to be able to access NEVPNManager's shared manager and get access to the same VPN configuration. Is that possible with NEVPNManager?

Will using app groups or some other entitlement allow this sharing of profiles and vpn state information?

I'm trying to write a two process system (client and daemon) and I would like both to be able to access NEVPNManager's shared manager and get access to the same VPN configuration. Is that possible with NEVPNManager?

This is not directly supported by the OS. You could look at creating an IPC to a daemon to send configuration information, but that would mean that the container app containing the NEVPNManager is sending information to the daemon and I doubt that is what you are looking for.


Matt Eaton
DTS Engineering, CoreOS
meaton3@apple.com
Multiple Processes with NEVPNManager access
 
 
Q