Change History (8)
comment:1 by , 17 years ago
comment:2 by , 16 years ago
Milestone: | future → 6.4 |
---|
comment:6 by , 13 years ago
Milestone: | 6.7 → current |
---|
comment:7 by , 13 years ago
Resolution: | → overcomebyevents |
---|---|
Status: | new → closed |
xorg-server doesn't listen on tcp by default anymore.
Note:
See TracTickets
for help on using tickets.
Suggested text for the book:
By default, the X server (started with the startx command) listens on a unix-domain socket for local connections and also on TCP port 6000 for remote connections. Unauthenticated remote TCP connections are rejected by default, but it is more secure to disable the TCP socket completely, just in case if a remotely-exploitable bug is found in the future in the code that checks the authentication cookie. If you wish to do so, create the /etc/X11/xinit/xserverrc file that is read by the xinit program, and thus indirectly used by startx:
You can also use the /etc/X11/xinit/xserverrc file to add other default arguments to the X server command line.
FIXME: explain how to pass the "-nolisten tcp" arguments with gdm, kdm and xdm.