Would installing an OS on an external ssd and booting into that to run pirated software while blocking access to other drives in your system or physically unplugging them be one way?

Or are there better ways to isolate the software you run and use as much as possible?

    • L26@ttrpg.network
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      11 months ago

      I don’t unfortunately. This is from a conversation I had with a researcher in VM escape.

      As far as I’m aware peripherals are not actually passed through exactly but rather emulated on the guest machine. When you pass through a peripheral you’re only passing the input of that device, data is not sent upstream.

      Whereas passing through the GPU you’re providing a means of accessing non-emulated devices through the hardware itself bypassing the isolation provided by virtualization entirely.

      • ozymandias117@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        11 months ago

        That’s true, but the IOMMU on your host is supposed to prevent any accesses outside of the group you passed in

        As long as the GPU is the only thing in that IOMMU group, you’re reasonably safe