From: ssuesens Date: Tue, 14 Jun 2022 06:27:07 +0000 (+0200) Subject: xwayland.weston-start: adaption of X11-unix folder X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~3868 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6aaffaca8afb3955253834f10517769dbe3b22b8;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git xwayland.weston-start: adaption of X11-unix folder changed permission of X11-unix to 775 changed owner of X11-unix to root:video Signed-off-by: ssuesens Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/wayland/weston/xwayland.weston-start b/meta/recipes-graphics/wayland/weston/xwayland.weston-start index db384b1a535..342ac8d129c 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