blob: a731917003f346b53100ce6a40b66cf435d58e12 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001From 5236209e30e0f45113e140f0667c8ffcfe621536 Mon Sep 17 00:00:00 2001
2From: Javier Viguera <javier.viguera@digi.com>
3Date: Wed, 26 Nov 2014 09:24:44 +0100
4Subject: [PATCH] xserver-common: disable TCP connections
5
6Upstream-Status: Inappropriate [configuration]
7
8Signed-off-by: Javier Viguera <javier.viguera@digi.com>
9
10---
11 X11/xserver-common | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14diff --git a/X11/xserver-common b/X11/xserver-common
15index 017e5ae..4dc48c4 100644
16--- a/X11/xserver-common
17+++ b/X11/xserver-common
18@@ -44,7 +44,7 @@ SCREEN_SIZE=`fallback_screen_arg`
19 export USER=root
20 export XSERVER_DEFAULT_ORIENTATION=normal
21
22-ARGS="-br -pn $INPUT_EXTRA_ARGS"
23+ARGS="-br -pn -nolisten tcp $INPUT_EXTRA_ARGS"
24 DPI="100"
25 MOUSE=""
26 KDRIVEARGS=""