From 64ab03630e9f88922ab1f5e01cb4a3a365b95c7f Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Wed, 18 Jun 2014 11:55:28 +0200 Subject: [PATCH] Add group for user display Change-Id: Id0aac0fd7899c2a32ed91a72099fed0455e8e146 --- recipes-tizen/weston-common/weston-common-extraconf.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-tizen/weston-common/weston-common-extraconf.inc b/recipes-tizen/weston-common/weston-common-extraconf.inc index ea4eeb1..f4a38f6 100644 --- a/recipes-tizen/weston-common/weston-common-extraconf.inc +++ b/recipes-tizen/weston-common/weston-common-extraconf.inc @@ -12,7 +12,7 @@ USERADD_PACKAGES = "${PN}" GROUPADD_PARAM_${PN} = "-g 191 display;-g 100 users;-g 1004 input;-g 190 systemd-journal;-g 54 lock" -USERADD_PARAM_${PN} = " -d /run/display -m -u 115 -g display -G users,input,tty,display -s /bin/sh display; " +USERADD_PARAM_${PN} = " -d /run/display -m -u 115 -g display -G users,input,tty,display,weston-launch,video -s /bin/sh display; " USERADD_PARAM_${PN} += " -d /home/alice -m -u 5001 -g users -G users,display -r -s /bin/sh alice; " USERADD_PARAM_${PN} += " -d /home/bob -m -u 5002 -g users -G users,display -r -s /bin/sh bob; " USERADD_PARAM_${PN} += " -d /home/carole -m -u 5003 -g users -G users,display -r -s /bin/sh carole; " -- 2.7.4