Fixed all UHMI daemons to run as the agl-driver user by default.
In addition, created udev rules to authorize all UHMI device files to
be opened by the agl-driver user.
Bug-AGL: SPEC-5363
Change-Id: Id78611a7ff892767e29e9c34f14f624757cf8a43
Signed-off-by: Kenta <murakami.kenta002@jp.panasonic.com>
--- /dev/null
+KERNEL=="virtio-lo", GROUP="video", MODE="0660"
+KERNEL=="uinput", RUN="/usr/bin/chown agl-driver:input /dev/uinput"
+SUBSYSTEM=="drm", KERNEL=="card[1-9]*", ACTION=="add", PROGRAM="/bin/bash -c '[ -f /tmp/rvgpu-index ] && cat /tmp/rvgpu-index || echo \"\"'", RUN="/usr/bin/chown agl-driver:video /dev/dri/rvgpu_virtio%c"
+SUBSYSTEM=="input", KERNEL=="event[1-9]*", ACTION=="add", ATTRS{name}=="rvgpu*", PROGRAM="/bin/bash -c '[ -f /tmp/rvgpu-index ] && cat /tmp/rvgpu-index || echo \"\"'", RUN="/usr/bin/chown agl-driver:input /dev/input/%s{name}%c"
--- /dev/null
+SUMMARY = "UHMI kernel devices user udev configuration"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
+
+SRC_URI = "file://99-uhmi-user.rules"
+
+do_compile[noexec] = "1"
+
+do_install() {
+ if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then
+ install -d ${D}${sysconfdir}/udev/rules.d
+ install -m 0644 ${WORKDIR}/99-uhmi-user.rules ${D}${sysconfdir}/udev/rules.d/
+ fi
+}
+
+FILES:${PN} += "${systemd_system_unitdir}"
+
+RDEPENDS:${PN} += "udev"
"listen_port" : 33445,
"initial_screen_color" : "0x33333333"
},
- "env" : "XDG_RUNTIME_DIR=/run/user/200 WAYLAND_DISPLAY=wayland-1"
+ "env" : ""
},
{
"launcher" : "agl-host1",
"listen_port" : 33445,
"initial_screen_color" : "0x33333333"
},
- "env" : "XDG_RUNTIME_DIR=/run/user/200 WAYLAND_DISPLAY=wayland-1"
+ "env" : ""
}
]
}
uhmi-config-receiver \
agl-compositor \
native-shell-client \
+ uhmi-udev-conf \
"
UHMI_HOSTNAME ?= "agl-host1"
agl-compositor \
native-shell-client \
glmark2 \
+ uhmi-udev-conf \
"
UHMI_HOSTNAME ?= "agl-host0"
Description=ucl-launcher
[Service]
-Type=idle
+Type=simple
+User=agl-driver
+Environment=XDG_RUNTIME_DIR=/run/user/1001
ExecStart=/usr/bin/ucl-launcher
KillSignal=SIGTERM
TimeoutStopSec=10
After=agl-compositor.service
[Service]
-EnvironmentFile=-/etc/default/uhmi-agl-wm
-
Type=simple
+User=agl-driver
+Environment=XDG_RUNTIME_DIR=/run/user/1001
+EnvironmentFile=-/etc/default/uhmi-agl-wm
ExecStart=/usr/bin/uhmi-agl-wm
KillSignal=SIGKILL
Restart=always
After=uhmi-agl-wm.service
[Service]
-Type=idle
+Type=simple
+User=agl-driver
+Environment=XDG_RUNTIME_DIR=/run/user/1001
ExecStart=/usr/bin/ula-node
KillSignal=SIGTERM
TimeoutStopSec=10
After=uhmi-ivi-wm.service
[Service]
-Type=idle
+Type=simple
+User=agl-driver
+Environment=XDG_RUNTIME_DIR=/run/user/1001
ExecStart=/usr/bin/ula-node
KillSignal=SIGTERM
TimeoutStopSec=10