> From: Keith Packard <[email protected]> > Date: Fri, 12 Sep 2014 11:35:41 -0700 > > This disables tcp and unix listen ports by default (the unix port is > the non-abstract /tmp/.X11-unix port that xcb doesn't use). Then, it > uses a new xtrans interface, TRANS(Listen), to provide a command line > option to re-enable those if desired.
Just looked at OpenSSH, and it doesn't use the xtrans code to connect to the server when doing X11 forwarding, but has its own implementation instead. This implementation only supports "unix" and "tcp" and has no support for abstract sockets. So I don't think you want to disable unix listen ports by default even on Linux. _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
