I’ve installed libvirt on Silverblue, and when I run getent group (after reboot), I can see the libvirt group in the results.
However, I don’t see a corresponding entry in /etc/group for libvirt (in fact I only see root, wheel, and my own user’s group; whereas getent group shows 81 groups). I’ve tried in a fresh F29 Workstation in a VM on another machine, and there all the expected groups show up in /etc/group (including libvirt, once I’ve installed the RPM).
Additionally, trying to add myself to the group with sudo usermod -a -G libvirt $(whoami) doesn’t seem to have any effect.
I’ve got a feeling I’m looking in the wrong place, so suggestions welcome!