forked from ~ljy/RK356X_SDK_RELEASE

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