From patchwork Mon Jun 13 12:41:39 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?S=C3=BCsens=2C_Sebastian?= X-Patchwork-Id: 9136 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id C1CFACCA47C for ; Mon, 13 Jun 2022 12:41:46 +0000 (UTC) Subject: [PATCH 3/3] [PATCH] [master] xwayland.weston-start: adaption of X11-unix folder To: openembedded-core@lists.openembedded.org From: =?utf-8?q?S=C3=BCsens=2C_Sebastian?= X-Originating-Location: Ahrensbok, Schleswig-Holstein, DE (84.140.242.110) X-Originating-Platform: Linux Chrome 101 User-Agent: GROUPS.IO Web Poster MIME-Version: 1.0 Date: Mon, 13 Jun 2022 05:41:39 -0700 Message-ID: List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 13 Jun 2022 12:41:46 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/166841 changed permission of X11-unix to 775 changed owner of X11-unix to root:video Signed-off-by: ssuesens --- meta/recipes-graphics/wayland/weston/xwayland.weston-start | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- 2.25.1 diff --git a/meta/recipes-graphics/wayland/weston/xwayland.weston-start b/meta/recipes-graphics/wayland/weston/xwayland.weston-start index db384b1a53..342ac8d129 100644 --- a/meta/recipes-graphics/wayland/weston/xwayland.weston-start +++ b/meta/recipes-graphics/wayland/weston/xwayland.weston-start @@ -1,5 +1,6 @@ #!/bin/sh if type Xwayland  >/dev/null 2>/dev/null; then - mkdir -p /tmp/.X11-unix + mkdir -m 775 -p /tmp/.X11-unix + chown root:video /tmp/.X11-unix fi