CFMessagePort and Sandbox
I am adapting a macOS application to use sandboxing. It uses a helper application (exe in the same package) which fails when I try to call CFMessagePortCreateRemote with the message "deny mach-lookup" in the console.
I see that the right key com.apple.security.temporary-exception.mach-lookup.global-name
can solve this, but it is only temporary.
Is there a way to achieve communication between two applications using mach port in a sandboxed application?
+3
source to share