diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-10-12 13:03:38 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-11-21 12:28:22 +0000 |
commit | 5b1f53294f61f8c31c0a3e28eb26d62fb750c292 (patch) | |
tree | 88f3b33175627312e89349da63debdaf58f977b1 | |
parent | 38e85b54b041e2c93292a8e24c0d290b9150e59f (diff) |
Enable qemu and kvm user and group
This supports the meta-virtualization layer.
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I919f9669c0c9aff83d6f0b961d892eb6077902a6
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/28055
Tested-by: Jenkins Job builder account
-rw-r--r-- | meta-agl-core/files/group | 2 | ||||
-rw-r--r-- | meta-agl-core/files/passwd | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/meta-agl-core/files/group b/meta-agl-core/files/group index 4496112d6..a3140676e 100644 --- a/meta-agl-core/files/group +++ b/meta-agl-core/files/group @@ -95,3 +95,5 @@ systemd-resolve::1006: mosquitto::1007: pipewire::1008: kuksa::900: +qemu::901: +kvm::902: diff --git a/meta-agl-core/files/passwd b/meta-agl-core/files/passwd index 1b24d2760..c34e707fc 100644 --- a/meta-agl-core/files/passwd +++ b/meta-agl-core/files/passwd @@ -63,3 +63,4 @@ systemd-resolve::1006:1006::: mosquitto::1007:1007::: pipewire::1008:1008::: kuksa::900:900::: +qemu::901:901::: |