[3/3,master] xwayland.weston-start: adaption of X11-unix folder

Message ID cfH1.1655124099360048295.Mv2i@lists.openembedded.org
State Accepted, archived
Commit 6aaffaca8afb3955253834f10517769dbe3b22b8
Headers show
Series None | expand

Commit Message

Süsens, Sebastian June 13, 2022, 12:41 p.m. UTC
changed permission of X11-unix to 775
changed owner of X11-unix to root:video

Signed-off-by: ssuesens <sebastian.suesens@baslerweb.com>
---
meta/recipes-graphics/wayland/weston/xwayland.weston-start | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

--
2.25.1

Patch

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