this post was submitted on 30 Nov 2023
1499 points (98.1% liked)

Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ

54227 readers
306 users here now

⚓ Dedicated to the discussion of digital piracy, including ethical problems and legal advancements.

Rules • Full Version

1. Posts must be related to the discussion of digital piracy

2. Don't request invites, trade, sell, or self-promote

3. Don't request or link to specific pirated titles, including DMs

4. Don't submit low-quality posts, be entitled, or harass others



Loot, Pillage, & Plunder


💰 Please help cover server costs.

Ko-FiLiberapay


founded 1 year ago
MODERATORS
 

They could have easily crammed the Steam Deck full of stuff to make it hard to use for piracy - locking down everything, making it usable only to play games you legitimately own, force you to go through who knows what hoops in order to play games on it. That's what Nintendo or Apple or most other companies do.

But they didn't, because they realized they didn't have to. It's 100% possible to put pirated games on the Steam Deck - in fact, it's as easy as it could reasonably be. You copy it over, you wire it up to Steam, if it's a non-Linux game you set it up with Proton or whatever else you want to use to run it, bam. You can now run it in Steam just as easily as a normal Steam game (usually.) If you want something similar to cloud saves you can even set up SyncThing for that.

But all of that is a lot of work, and after all that you still don't have automatic updates, and some games won't run this way for one reason or another even though they'll run if you own them (usually, I assume, because of Steam Deck specific tweaks or install stuff that are only used when you're running them on the Deck via the normal method.) Some of this you can work around but it's even more hoops.

Whereas if you own a game it's just push a button and play. They made legitimately owning a game more convenient than piracy, and they did it without relying on DRM or anything that restricts or annoys legitimate users at all - even if a game has a DRM-free GOG version, owning it on Steam will still make it easier to play on the Steam Deck.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 10 months ago* (last edited 10 months ago)

Have you heard of Android running on x86?

I had an x86 Android tablet and that was exactly as locked-down as an ARM Android device.

But anyhow: I can lock down a x86 laptop or PC the way I was describing within a very short time.

So again:

  • Put a password on the BIOS
  • Set Secure Boot on
  • Wipe all Secure Boot keys and put your own in there
  • Encrypt the disk so that you can't just plop the drive into another PC and modify its content
  • Set the root user to "Can only login with private key" and don't give the key to the customers
  • Remove all users from sudoers
  • Use chown root:root and chmod 700 on anything you don't want the user to touch

And if a company was doing this to their products (e.g. the Steam Deck), they'd replace the first 3 steps with a custom BIOS which just doesn't let you change anything in regards to Secure Boot and Secure Boot keys. That way, removing the BIOS battery won't help.

There are countless embedded devices using an x86 PC at their core, where they did exactly that. (E.g. ATMs or medical devices)

Also Chromebooks are exactly that.

And the Playstation 5 does the same thing, only it's based on FreeBSD.