|
Description
|
Bug 6453362 added text to the man page for Xserver describing how to undo the Secure By Default restriction that the X server is not remotely accessible by default. The command to execute is
svccfg -s svc:/application/x11/x11-server setprop options/tcp_listen = true
However that command doesn't take effect immediately. So users waste a lot of time trying to figure out why it doesn't work. It does take effect if you log out and back in again, and there might be some other way of making it take effect without having to do that, but the Xserver man page doesn't give you any idea of what it might be and "obvious" things with svcadm do not work.
It only takes affect when the X server restarts, so logging out & back in is required.
|