xwayland.weston-start: adaption of X11-unix folder

changed permission of X11-unix to 775
changed owner of X11-unix to root:video

(From OE-Core rev: 6aaffaca8afb3955253834f10517769dbe3b22b8)

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>
This commit is contained in:
ssuesens
2022-06-14 08:27:07 +02:00
committed by Richard Purdie
parent cd965430c0
commit 82b6078a63

View File

@@ -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