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?

    • Baut [she/her] auf.
      link
      fedilink
      English
      111 months ago

      Interesting, do you have more information on that? Because why is GPU passthrough a problem but not other PCI devices?

      • @[email protected]
        link
        fedilink
        English
        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.

        • @[email protected]
          link
          fedilink
          English
          211 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