summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/wayland
diff options
context:
space:
mode:
authorssuesens <sebastian.suesens@baslerweb.com>2022-06-14 08:27:07 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-06-15 12:26:45 +0100
commit6aaffaca8afb3955253834f10517769dbe3b22b8 (patch)
tree1067ee9e019e748fec75f0faa5acd2201ead9d55 /meta/recipes-graphics/wayland
parentfdbe559c66c96954bd3322ab2981af36a95a50ea (diff)
downloadopenembedded-core-6aaffaca8afb3955253834f10517769dbe3b22b8.tar.gz
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 <sebastian.suesens@baslerweb.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/wayland')
-rw-r--r--meta/recipes-graphics/wayland/weston/xwayland.weston-start3
1 files changed, 2 insertions, 1 deletions
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