diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-01-25 14:41:01 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-01-25 14:41:01 +0000 |
commit | c723ad8fa80aa6d49a1afe60bfae1539e5a69ca2 (patch) | |
tree | e60e108f5a59c2d58b98d3f5658602cdc2b1d6ef /perl-install/install/steps_gtk.pm | |
parent | 054326b1b8f405ca593c69038c2fdfce47c0be1e (diff) | |
download | drakx-c723ad8fa80aa6d49a1afe60bfae1539e5a69ca2.tar drakx-c723ad8fa80aa6d49a1afe60bfae1539e5a69ca2.tar.gz drakx-c723ad8fa80aa6d49a1afe60bfae1539e5a69ca2.tar.bz2 drakx-c723ad8fa80aa6d49a1afe60bfae1539e5a69ca2.tar.xz drakx-c723ad8fa80aa6d49a1afe60bfae1539e5a69ca2.zip |
- call X with -nolisten tcp to avoid "security" issues (#18320)
(nb: this implies "xhost+" helper prog is not useful anymore)
Diffstat (limited to 'perl-install/install/steps_gtk.pm')
-rw-r--r-- | perl-install/install/steps_gtk.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm index 98cc80ac0..8d18c4d06 100644 --- a/perl-install/install/steps_gtk.pm +++ b/perl-install/install/steps_gtk.pm @@ -53,6 +53,7 @@ sub new($$) { push @options, '-allowMouseOpenFail', '-xf86config', $f if arch() !~ /^sparc/; push @options, 'tty7', '-s', '240'; + push @options, '-nolisten', 'tcp'; #- old weird servers: Xsun push @options, '-fp', '/usr/share/fonts:unscaled' if $server =~ /Xsun/; |