I understand how auxiliary data of type SCM_RIGHTS can be used to send file descriptors between processes on Linux. But all IEEE Std 1003.1-2008 should say this:
SCM_RIGHTS
Indicates that the data array contains the access rights to be sent or received.
What does it mean? Is there any portable value for auxiliary data of type SCM_RIGHTS?
source share