this post was submitted on 21 May 2026
208 points (99.5% liked)

Technology

84816 readers
4076 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
top 34 comments
sorted by: hot top controversial new old
[–] HAL_9_TRILLION@lemmy.dbzer0.com 11 points 1 hour ago* (last edited 1 hour ago)

Joke's on them. I just put games in my library and never install them.

[–] Lost_My_Mind@lemmy.world 4 points 27 minutes ago

"Valve removes free game"

What? Why are they removing free games??? Oooooh, they must want you to pick the paid games....

"after players discover it contains malware that steals your data"

Oh. Well that's a very good reason to remove it. Thanks Valve!

[–] LapGoat@pawb.social 2 points 37 minutes ago

to be devils advocate, that is pretty scary.

[–] Gsus4@mander.xyz 2 points 1 hour ago

They had to do one thing...

[–] Squatcher@piefed.social 1 points 50 minutes ago

But it was a "feature"

[–] gandalf_der_12te@discuss.tchncs.de 61 points 4 hours ago (2 children)

the simple solution would be to put every game into a sandbox by default

Those are my favourite type of game.

/s

[–] scholar@lemmy.world 54 points 3 hours ago (2 children)

Every program ideally should be in a sandbox and if it wants permission to access something it should have to ask for it.

[–] justlemmyin@lemmy.world 1 points 50 minutes ago (1 children)

Is that what proton does on Linux?

[–] elvith@feddit.org 2 points 9 minutes ago

No, that's just to make Windows programs/games run on Linux. But you can e.g. use the Flatpack version of Steam to Sandbox Steam and its games (https://docs.flatpak.org/en/latest/sandbox-permissions.html)

[–] defaultusername@lemmy.dbzer0.com 17 points 2 hours ago (1 children)

Kind of like Android or iOS.

Flatpak tries to accomplish this on Desktop, and it works, but isn't as comprehensive as something like Android or iOS.

On the extreme side, there is QubesOS, which runs every app in a dedicated virtual machine, including the networking stack.

[–] LodeMike@lemmy.today 2 points 2 hours ago (2 children)

Flatpak also doesn't ask for permissions. If an app requires a new one does it just add it upon update?

I believe so.

[–] hirihit640@sh.itjust.works 1 points 1 hour ago* (last edited 1 hour ago) (1 children)

I think either Bazaar or GNOME software center does tell you if an app asks for more permissions, I forgot which one though

[–] LodeMike@lemmy.today 1 points 1 hour ago (1 children)

GNOME Software. That's not what I'm concerned about though.

[–] elvith@feddit.org 1 points 7 minutes ago

IIRC Discover on KDE also tells you on the update list. But only somewhere in the list of updates - theres no explicit dialog warning you of changes/new permissions

[–] DevoidWisdom@sh.itjust.works 61 points 5 hours ago

And compaines wonder why we have trust issues.

[–] panda_abyss@lemmy.ca 9 points 5 hours ago

Once wasm 64 bit deploys more, we should migrate as much as possible to it.

That at least will make it harder to access random files and keys from disk due to the sandboxing.

Sandbox escapes are still possible, but that’s an additional level of control we can enforce.