this post was submitted on 24 Sep 2023
2 points (66.7% liked)

SteamDeckPirates

2257 readers
1 users here now

Welcome to SteamDeckPirates

Where we sail the seas with our SteamDeck!

This is where we discuss and talk anything about the SteamDeck, Linux Gaming, Hardware, Software, Emulation, etc.

But you know what we love most? Piracy!!!

Wiki:

This is where we have archive most of our resources and guides. Click here to go to the wiki. (no link yet, work in progress)

For any changes, suggestions or requests, contact us or make a post with "Wiki" on the title and we'll work on that.

Rules:

  1. Be nice.
  2. No extreme politics, and mostly no politics.
  3. Stay on topic or close, for example linux, hardware or OS discussions are encouraged.
  4. Try to link github/github, or other easily auditable sources when sharing programs.
  5. No crypto, blockchain, etc.
  6. No X/Twitter links.
  7. If needed, feel free to contact mods.
  8. If in doubt, read rule 1.

Active mods:

Related communities:

founded 2 years ago
MODERATORS
 

I know there are some tools including firejail and bindtointerface on standard Linux Distros, but they don't run in userland, so whenever the deck updates they will be overwritten.

Anyone have any ideas how to block access on a Steam Deck?

you are viewing a single comment's thread
view the rest of the comments
[–] loudWaterEnjoyer@lemmy.dbzer0.com 1 points 2 years ago (4 children)
[–] gr522x@lemmy.ml 1 points 2 years ago (1 children)

Thanks for the suggestion, I think the main issue is doing it on the Steam Deck. On a native Linux machine it's easier. I don't see a way to install OpenSnitch on the Steam Deck with the read-only file system and whatnot. I think a pi-hole and block DNS might be easier than trying to mess with SteamOS.

[–] loudWaterEnjoyer@lemmy.dbzer0.com 0 points 2 years ago* (last edited 2 years ago) (1 children)

You can't install applications on steam deck and there is a read only file system???? Whaaaatttt???????

Edit: I asked a friend that has a steam deck, he explained you can easily disable the read-only system, do whatever you want on a Linux system and reenable it afterwards.

[–] gr522x@lemmy.ml 0 points 2 years ago (1 children)

From what i understand any changes to the system outside of the userland will be overwritten after a SteamOS update.

[–] shindig1457@lemmy.world 1 points 2 years ago

That is correct. The best case is to write a script to make your desired changes, and then run it after each system update.
My own use-case is that I have a NFS mount-point for my Steam Deck to use extra storage on my NAS. After the first time I figured out how to get it mounted, I made a script to disable read-only filesystem, make all the changes to the system, and then re-enable read-only filesystem. After every system update, I just run that script once.

load more comments (2 replies)