Update weston user/group
authorScott Murray <scott.murray@konsulko.com>
Mon, 1 Mar 2021 23:18:58 +0000 (18:18 -0500)
committerScott Murray <scott.murray@konsulko.com>
Mon, 1 Mar 2021 23:22:07 +0000 (18:22 -0500)
Change the user and group used to run weston or the agl-compositor
from "display" to "weston" and the weston service unit name to match
the reworked scheme for running weston as non-root in poky master.
This approach seems better in the long-term for maintenance and
avoiding surprises for users coming to AGL from other distributions.

Bug-AGL: SPEC-3819

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ia8093a6b14d6b5311f18633b6d0083bdd216fade

conf/system/afm-system-setup.service.in
conf/system/afm-system-setup.sh.in
conf/system/afm-user-setup.sh.in
conf/unit/service.inc

index 4ffab9b..694ac2d 100644 (file)
@@ -1,6 +1,6 @@
 [Unit]
 Description=Initiate afm-system-setup
-Before=weston@display.service afs-supervisor.service afm-system-daemon.service
+Before=weston.service afs-supervisor.service afm-system-daemon.service
 [Service]
 Type=oneshot
 ExecStart=-@afm_libexecdir@/afm-system-setup.sh
index ba4ff4c..d71ee4d 100644 (file)
@@ -10,7 +10,7 @@ dodir() {
        done
 }
 
-dodir /run/user $pdir $pdir/display $pdir/apis $pdir/apis/ws $pdir/apis/link
+dodir /run/user $pdir $pdir/weston $pdir/apis $pdir/apis/ws $pdir/apis/link
 
 @create_platform_debug@
 
index 1b619a0..a3599e9 100644 (file)
@@ -28,5 +28,5 @@ doln() {
        fi
 }
 
-doln @afm_platform_rundir@/display/wayland-0 $udir/wayland-0
+doln @afm_platform_rundir@/weston/wayland-0 $udir/wayland-0
 
index dcc576b..d29774d 100644 (file)
@@ -47,8 +47,8 @@ After=user@%i.service
 ENDIF
 
 IF_PERM(:public:display)
-BindsTo=weston@display.service
-After=weston@display.service
+BindsTo=weston.service
+After=weston.service
 ENDIF
 
 IF_PERM(:public:bluetooth)
@@ -118,7 +118,7 @@ ENDIF
 
 ON_PERM(:platform:no-oom,   OOMScoreAdjust=-500)
 ON_PERM(:partner:real-time, IOSchedulingClass=realtime)
-ON_PERM(:public:display,    SupplementaryGroups=display)
+ON_PERM(:public:display,    SupplementaryGroups=weston)
 ON_PERM(:public:audio,      SupplementaryGroups=audio)
 ON_NOT_PERM(:public:syscall:clock, SystemCallFilter=~@clock)
 %nl