Re: SCM_RIGHTS: XTrans vs ssh forwarding with MIT-SHM clients

2023-01-18 Thread Alan Coopersmith
Solaris only has getpeerucred(), not getpeereid(), so this hasn't affected us. -alan- On 1/18/23 11:43, Jeremy Huddleston Sequoia wrote: After implementing DetermineClientCmd for darwin (https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1040

Re: SCM_RIGHTS: XTrans vs ssh forwarding with MIT-SHM clients

2023-01-18 Thread Jeremy Huddleston Sequoia
After implementing DetermineClientCmd for darwin (https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1040), we still have an issue. We still do not know the pid of the peer (which we need to pass DetermineClientCmd). We expect to determine the pid in GetLocalClientCreds(). Looking