Disable X’s Network Port in Solaris 10

Tonight the Bottle Let Me Down from the album “Almost Blue” by Elvis Costello

Disabling the X server from listening on the network is handled using smf’s svccfg command in Solaris 10.

# svccfg
svc:> select application/x11/x11-server
svc:/application/x11/x11-server> listprop
options                       application
options/default_depth         integer  24
options/server                astring  /usr/openwin/bin/Xsun
options/server_args           astring
options/stability             astring  Evolving
options/tcp_listen            boolean  true
...
svc:/application/x11/x11-server> setprop options/tcp_listen = false
svc:/application/x11/x11-server> end

[composed and posted with ecto]

Leave a comment

Please be polite and on topic. Your e-mail will never be published.