From c723ad8fa80aa6d49a1afe60bfae1539e5a69ca2 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 25 Jan 2008 14:41:01 +0000 Subject: - call X with -nolisten tcp to avoid "security" issues (#18320) (nb: this implies "xhost+" helper prog is not useful anymore) --- perl-install/install/NEWS | 2 ++ perl-install/install/steps_gtk.pm | 1 + 2 files changed, 3 insertions(+) (limited to 'perl-install') diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index f47148adb..e65624a97 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- call X with -nolisten tcp to avoid "security" issues (#18320) + (nb: this implies "xhost+" helper prog is not useful anymore) - do not propose ext4dev filesystem during install (#37157) Version 10.6.8 - 24 January 2008 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/; -- cgit v1.2.1