标签: posix unix-socket
我理解如何使用SCM_RIGHTS类型的辅助数据在Linux上的进程之间发送文件描述符。但是IEEE Std 1003.1-2008所有关于它的say都是:
SCM_RIGHTS Indicates that the data array contains the access rights to be sent or received.
SCM_RIGHTS
Indicates that the data array contains the access rights to be sent or received.
这是什么意思? SCM_RIGHTS类型的辅助数据是否有任何可移植的含义?
答案 0 :(得分:0)
这是因为, UNIX文件描述符可以被视为权限的标记。它引用一个引用对象的值以及一组相关的访问权限。
请阅读Capabilities