diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-05-26 11:24:43 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-05-30 21:14:04 +0000 |
commit | 3a0b7a965ba370ca1fbe2ca0e2ac3babace5204d (patch) | |
tree | 7284a7eb2787df77d742af21c0e2c3811b2dd42e | |
parent | 37ca9c151895e972171e075b71d26a73e532fc20 (diff) |
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 <scott.murray@konsulko.com>
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 <jsmoeller@linuxfoundation.org>
(cherry picked from commit 9363f1c67fe97a0c47cf44985ce0fb7f879bf7ac)
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/27538
-rw-r--r-- | meta-agl-core/files/group | 1 | ||||
-rw-r--r-- | meta-agl-core/files/passwd | 1 |
2 files changed, 2 insertions, 0 deletions
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::: |