What is the purpose of "Libvirt qemu" user that is created as non system user when installing some virtualisation package ?
Which package did that exactly ?
What is the purpose of "Libvirt qemu" user that is created as non system user when installing some virtualisation package ?
Which package did that exactly ?
It's created by
libvirt-bin
:And it's a security measure. With services like web servers, mail servers, hypervisors, etc., the service should drop privileges and run as an unprivileged user instead of remaining as
root
after it has done any necessary initialization. This way, if the service is compromised, the attacker doesn't gain unrestricted root access. For libvirt in particular: