diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-05-26 11:24:43 -0400 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-05-26 21:22:33 +0000 |
commit | 9363f1c67fe97a0c47cf44985ce0fb7f879bf7ac (patch) | |
tree | e66e1d9eebf755c02cf45aea6433d2ea8f19d6d4 | |
parent | 3a11fd6479e95b4bf117d1ecfaa6981c022fb002 (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>
-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::: |