You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to understand the security implications of using Mach message ports, I found the following in this Apple documentation page:
Note: Apple does not support Mach functions for use by external developers and does not guarantee the binary compatibility from one operating system release to the next of code that calls Mach directly. Therefore, Apple recommends against the use of Mach functions by applications. You should use higher-level APIs whenever possible, and call BSD when a low-level interface is required.
So I wonder if it would be better to use Unix domain sockets instead.
The text was updated successfully, but these errors were encountered:
While trying to understand the security implications of using Mach message ports, I found the following in this Apple documentation page:
So I wonder if it would be better to use Unix domain sockets instead.
The text was updated successfully, but these errors were encountered: