Re: Xvfb Question
Glynn Clements <[email protected]>
| Newsgroups | gmane.comp.security.linux |
|---|---|
| Message-ID | <[email protected]> |
Leandro Meiners wrote: > I'm trying to configure Xvfb to listen ONLY on the loopback address, but > I haven't found a way to do so. > Does anybody know how? Any help appreciated. Why would you want to? If you only want to accept local connections, you would normally disable TCP altogether with "-nolisten tcp" and just accept connections via a Unix-domain socket. Other than that, "xhost +localhost" will only accept connections from localhost. Or you can use iptables to restrict access to the port. -- Glynn Clements <[email protected]>