• boredsquirrel@slrpnk.net
    link
    fedilink
    arrow-up
    1
    ·
    19 hours ago

    I recommend using a QEMU guest session with libvirt. This works in both versions.

    The standard session requires root, and for some reason this means that VMs couls harm your system more or something

    Guest sessions are usable within Flatpaks, GNOME boxes has a Flatpak too. Is the virt-manager flatpak from Flathub? Fedora had one before.

    Pretty cool, on debian you may want to use that to get newer versions. Even though virt-manager is pretty slow in updates

    • thingsiplay@beehaw.org
      link
      fedilink
      arrow-up
      1
      ·
      16 hours ago

      The standard session requires root, and for some reason this means that VMs couls harm your system more or something

      VMs don’t have access to the host, so even if the virtual machine emulator Qemu and libvirt require root access, the encapsulated guest virtual machine have no access to the host. They can’t harm your system.

      • boredsquirrel@slrpnk.net
        link
        fedilink
        arrow-up
        2
        ·
        9 hours ago

        Yup VMs dont get access to the system. Unless there is a vulnerability.

        For doing malware testing etc, qemu user sessions might be preferred.

        You can just use RPM/DEB virt-manager and switch to the QEMU user session anyways. If you dont need some advanced stuff like GPU passthrough (I guess) (USB works) you can use that full time. I do.