summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2022-05-26 11:24:43 -0400
committerScott Murray <scott.murray@konsulko.com>2022-05-30 21:14:04 +0000
commit3a0b7a965ba370ca1fbe2ca0e2ac3babace5204d (patch)
tree7284a7eb2787df77d742af21c0e2c3811b2dd42e
parent37ca9c151895e972171e075b71d26a73e532fc20 (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/group1
-rw-r--r--meta-agl-core/files/passwd1
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:::
238' href='#n238'>238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358