this post was submitted on 07 Jun 2023
61 points (100.0% liked)

Gaming

30464 readers
557 users here now

From video gaming to card games and stuff in between, if it's gaming you can probably discuss it here!

Please Note: Gaming memes are permitted to be posted on Meme Mondays, but will otherwise be removed in an effort to allow other discussions to take place.

See also Gaming's sister community Tabletop Gaming.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] ulu_mulu@lemmy.world 2 points 1 year ago* (last edited 1 year ago) (2 children)

Sandboxing is always a good idea, but depending on what game you play, it might not help, unless you mean sandboxing the entire game.

Take World of Warcraft for example. I don't use any addon manager, I manually install addons tho I do download them from CurseForge.

They compromised the accounts of developers, so even if you don't use any app to manage your addons, you're still at risk because malicious code could be inside the addons themselves. WoW addons are not mentioned in this specific case, but they (potentially) are at risk as well, it wouldn't be the first time (not the last either).

Not sure it's possible to sandbox WoW addons, they're source code and they're compiled by the WoW client when loaded, you should sandbox the entirety of WoW but I have no idea what impact it has on the gaming experience, nor if it's feasible at all.

[–] hschen@sopuli.xyz 3 points 1 year ago* (last edited 1 year ago)

You can fairly easily sandbox a full game, for example on linux im running steam flatpak version which is sandboxed and can play any game from steam. steam has certain permissions it can operate within and anything launched from steam has those same restrictions, basically means it cannot touch my home folder. Now, the flatpak sandbox isn't 100% great and there are some exploits to escape it, but im assuming most malware is not gonna be targeting flatpak specifically so probably fairly safe

[–] ch1cken@discuss.tchncs.de 1 points 1 year ago* (last edited 1 year ago)

unless you mean sandboxing the entire game

Sandboxie automatically opens any processes/dependencies the sandboxed app opens, under the same sandbox, so it should be fine. The entire game will be sandboxed. The game still runs smoothly on my machine regardless of the sandbox as well.