Why is virt-manager suddenly installed on secureblue?

On secureblue

After update

I suddenly found remote viewer and vm manager installed !!

Did someone else encouner that ??

It is there secureblue/recipes/common/desktop-packages.yml at 3bbeb3190e566aaae083970a97c31822ba352b09 · secureblue/secureblue · GitHub

was added 3 days ago

isn’t that what you are asking about?

Virtualization

virt-manager and corresponding packages are now preinstalled. This allows us to strip those packages of SUID-root binaries after installing them into the image, which is only practical at build time. Given the prevalence of virtualization in security use cases, ensuring that it can be used without SUID-root binaries is important. Note that none of the corresponding virtualization services are enabled by default, in an effort to not increase attack surface for users who aren’t using virtualization. To enable virtualization services, run ujust set-libvirt-daemons.

Now i get it. Thank you.