From e6bdca743b257f9c432d34e3597dcf1bf5c0f7bc Mon Sep 17 00:00:00 2001 From: José Bollo Date: Tue, 30 Apr 2019 22:59:14 +0200 Subject: Improve management of the group display MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The group display protects accesses to display resources. When running as user, it should not be acquired by default but on need. Bug-AGL: SPEC-2006 Change-Id: I7c188720e5cfcb65f02af25d0e4262f59300d16a Signed-off-by: José Bollo --- .../recipes-graphics/wayland/weston-ready/weston-ready.service | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-agl-profile-graphical') diff --git a/meta-agl-profile-graphical/recipes-graphics/wayland/weston-ready/weston-ready.service b/meta-agl-profile-graphical/recipes-graphics/wayland/weston-ready/weston-ready.service index f8db5114a..603f5f367 100644 --- a/meta-agl-profile-graphical/recipes-graphics/wayland/weston-ready/weston-ready.service +++ b/meta-agl-profile-graphical/recipes-graphics/wayland/weston-ready/weston-ready.service @@ -4,6 +4,7 @@ Requires=weston.service After=weston.service [Service] +SupplementaryGroups=display Environment="XDG_RUNTIME_DIR=/run/platform/display" ExecStart=/usr/bin/weston-ready -t 10 Type=oneshot -- cgit 1.2.3-korg