From 4ab1e25f6e5b9799b4ae697a7ddfa3a1e70fec7f Mon Sep 17 00:00:00 2001 From: Achill Gilgenast via Devel Date: Sat, 15 Nov 2025 12:19:11 +0100 Subject: [PATCH] qemu: Remove redundant kvm group config in sysusers.d MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It's already defined by default in systemd: https://github.com/systemd/systemd/blob/v257.6/sysusers.d/basic.conf.in#L32 Adding it again here in libvirt-qemu.sysusers.conf causes the following warning by validating it with sd-sysuers: /usr/lib/sysusers.d/libvirt-qemu.conf:1: Conflict with earlier configuration for group 'kvm' in /usr/lib/sysusers.d/basic.conf:32, ignoring line. On Fedora/RHEL systemd is built with -Dkvm-gid=36 so there is no change in the allocated GID on these platforms. Other platforms have the same facility available to them if they wish to retain a fixed GID. Reviewed-by: Daniel P. Berrangé Signed-off-by: Achill Gilgenast --- src/qemu/libvirt-qemu.sysusers.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/src/qemu/libvirt-qemu.sysusers.conf b/src/qemu/libvirt-qemu.sysusers.conf index 3189191e73..05c35f94d8 100644 --- a/src/qemu/libvirt-qemu.sysusers.conf +++ b/src/qemu/libvirt-qemu.sysusers.conf @@ -1,4 +1,3 @@ -g kvm 36 g qemu 107 u qemu 107:qemu "qemu user" - - m qemu kvm -- 2.47.3