summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/wayland
diff options
context:
space:
mode:
authorRandolph Sapp <rs@ti.com>2023-06-09 20:13:36 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-06-13 22:10:29 +0100
commit30198b36b00a1967d1f8f8f556a0ba2415954f4e (patch)
tree02f09820582b989c535f1d84f1425db47a0cf511 /meta/recipes-graphics/wayland
parent1cba8aa3c5e0635d7b89222d9ccaf889954fe0c9 (diff)
downloadopenembedded-core-contrib-30198b36b00a1967d1f8f8f556a0ba2415954f4e.tar.gz
weston-init: add the weston user to the wayland group
Add the weston user to the wayland group so all users accessing the global weston socket in /run all share a group. Signed-off-by: Randolph Sapp <rs@ti.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'meta/recipes-graphics/wayland')
-rw-r--r--meta/recipes-graphics/wayland/weston-init.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/weston-init.bb b/meta/recipes-graphics/wayland/weston-init.bb
index 6d62993d7d..4fa302c833 100644
--- a/meta/recipes-graphics/wayland/weston-init.bb
+++ b/meta/recipes-graphics/wayland/weston-init.bb
@@ -93,6 +93,6 @@ FILES:${PN} += "\
CONFFILES:${PN} += "${sysconfdir}/xdg/weston/weston.ini ${sysconfdir}/default/weston"
SYSTEMD_SERVICE:${PN} = "weston.service weston.socket"
-USERADD_PARAM:${PN} = "--home /home/weston --shell /bin/sh --user-group -G video,input,render weston"
+USERADD_PARAM:${PN} = "--home /home/weston --shell /bin/sh --user-group -G video,input,render,wayland weston"
GROUPADD_PARAM:${PN} = "-r wayland; -r render"