xserver-common: disable TCP connections

For security reasons disable TCP connections to the xserver.

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Javier Viguera
2014-11-26 09:34:14 +01:00
committed by Martin Jansa
parent 0b3ee65116
commit 56dd9cb399
2 changed files with 25 additions and 0 deletions
@@ -0,0 +1,24 @@
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 017e5aee1ab0..4dc48c412741 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=""
@@ -24,6 +24,7 @@ SRC_URI_append = " \
file://0012-xserver-common-add-support-for-gta04-alias-OpenPhoen.patch \
file://0013-xserver-common-add-support-for-tuna-alias-Galaxy-Nex.patch \
file://0014-Xserver-Start-Xsession-like-x11-common-does.patch \
file://0015-xserver-common-disable-TCP-connections.patch \
"
do_install_append() {