From 3a0b7a965ba370ca1fbe2ca0e2ac3babace5204d Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Thu, 26 May 2022 11:24:43 -0400 Subject: meta-agl-core: add kuksa user and group Add a kuksa user and group to the static passwd and group files to facilitate running the KUKSA.val Vehicle Information Service (VIS) server as non-root and control access to some of its configuration files. Bug-AGL: SPEC-4405 Signed-off-by: Scott Murray Change-Id: I199d79df42a6e5ea032ccfa084a1d38625b508f0 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/27557 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller (cherry picked from commit 9363f1c67fe97a0c47cf44985ce0fb7f879bf7ac) Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/27538 --- meta-agl-core/files/group | 1 + meta-agl-core/files/passwd | 1 + 2 files changed, 2 insertions(+) diff --git a/meta-agl-core/files/group b/meta-agl-core/files/group index b04ff377b..10cec784e 100644 --- a/meta-agl-core/files/group +++ b/meta-agl-core/files/group @@ -93,3 +93,4 @@ systemd-network::1005: systemd-resolve::1006: mosquitto::1007: pipewire::1008: +kuksa::900: diff --git a/meta-agl-core/files/passwd b/meta-agl-core/files/passwd index 4bbd6f878..b97bf3b47 100644 --- a/meta-agl-core/files/passwd +++ b/meta-agl-core/files/passwd @@ -61,3 +61,4 @@ systemd-network::1005:1005::: systemd-resolve::1006:1006::: mosquitto::1007:1007::: pipewire::1008:1008::: +kuksa::900:900::: -- cgit 1.2.3-korg