James Henstridge on Nostr: npub1njt7s…lx0uv The code that prompted this was GDM, where it's process of setting ...
npub1njt7suhw87lx9c4zyuc339d2xu87yd0wru6qv5mkc4z8epq78qasdlx0uv (npub1njt…x0uv) The code that prompted this was GDM, where it's process of setting up a private communication channel is "call a D-Bus method that will return a socket path that you should try to connect to".
Returning one end of a socketpair would make sure it only communicates with the intended client, and as a bonus would work across mount namespaces.
Returning one end of a socketpair would make sure it only communicates with the intended client, and as a bonus would work across mount namespaces.