Elektrine lite

← Feed

@nootux@lemmy.ml

Post #3756825

2026-07-12 08:01 UTC

I would like to forget about windows, everything linux. So the VM would be linux using proton, my thought is that a vm isolates stuff inside it from the host os, thus allowing you to run malware inside the sandbox. Yes there is still a risk malware can get out, but far less of a threat than just running it in the host os. So, like I can do with applications and fully utilise the CPU, I’d like to do the same for the GPU. I have heard that malware designed for windows can still run under linux due to the way wine / proton works. So I thought using a VM could offer a solution, or at least a step in the right direction. What is an online game? Everything at the moment, when pirating, I am in control. Need no internet connection, no account, just execute and run like when I used to buy a game on a CD. That is why I am looking at GOG. Can you recommend any tutorial videos for qemu and kvm setup and usage for linux? My threat? I want to take precautions from installing malware on the linux system when running pirated games. Like on windows, running pirated applications in a vm. But I’d like to do it with games.

Replies (1)

  • @helix@feddit.org 2026-07-12 09:14

    the VM would be linux using proton Proton is not a VM, it’s a translation layer for Windows API calls based on WINE. Virtualisation (VMs), sandboxing and API translation layers are fundamentally different in both scope and application. Proton does not give you any additional security, since Security By Obscurity is a broken concept.

    Open ##3758193