From: akuster <akuster@mvista.com>
To: "javier.viguera@digi.com >> Javier Viguera" <javier.viguera@digi.com>
Cc: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][master][dizzy]PATCH] xserver-common: disable TCP connections
Date: Tue, 25 Nov 2014 13:13:54 -0800 [thread overview]
Message-ID: <5474F112.2080505@mvista.com> (raw)
In-Reply-To: <1416939435-30118-1-git-send-email-javier.viguera@digi.com>
Javier,
What is the disposition of the patch?
There is a recommend format, see:
http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines#Patch_Header_Recommendations
please resubmit once correct.
regards,
- Armin
On 11/25/2014 10:17 AM, Javier Viguera wrote:
> For security reasons disable TCP connections to the xserver.
>
> Signed-off-by: Javier Viguera <javier.viguera@digi.com>
> ---
> ...15-xserver-common-disable-TCP-connections.patch | 22 ++++++++++++++++++++++
> .../xserver-common/xserver-common_1.34.bb | 1 +
> 2 files changed, 23 insertions(+)
> create mode 100644 meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0015-xserver-common-disable-TCP-connections.patch
>
> diff --git a/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0015-xserver-common-disable-TCP-connections.patch b/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0015-xserver-common-disable-TCP-connections.patch
> new file mode 100644
> index 000000000000..0af8030160e2
> --- /dev/null
> +++ b/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0015-xserver-common-disable-TCP-connections.patch
> @@ -0,0 +1,22 @@
> +From: Javier Viguera <javier.viguera@digi.com>
> +Date: Tue, 25 Nov 2014 18:47:12 +0100
> +Subject: [PATCH] xserver-common: disable TCP connections
> +
> +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=""
> diff --git a/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb b/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb
> index 12fff9ae9a0d..f5b1984cdde3 100644
> --- a/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb
> +++ b/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb
> @@ -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() {
>
next prev parent reply other threads:[~2014-11-25 21:14 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-25 18:17 [meta-oe][master][dizzy]PATCH] xserver-common: disable TCP connections Javier Viguera
2014-11-25 21:13 ` akuster [this message]
2014-11-26 8:35 ` Viguera, Javier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5474F112.2080505@mvista.com \
--to=akuster@mvista.com \
--cc=javier.viguera@digi.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.