I want to sandbox things like Steam, Discord and even firefox and I see bubblwrap getting recommended a lot as the preferred sandboxing tool but I’m hardpressed on how to actually use it. I don’t know what to enable and what not to.
PS. Please don’t recommend Flatpak, I’m aware Flatpak uses bwrap but I want to avoid Flatpak unless absolute necessary. I don’t have anything against Flatpak, just personal preference :D.
Here’s how I run Firefox, for instance:
Using this for about 5 years. Ran
strace
on a session to see what to allow access to. It’s got full access to/lib
and too much access to/sys
b/c I’m lazy, but it can not see any executables or most of~
.I’m using something similar whenever I want to precisely isolate a program.
How do I use this btw? I pasted this on an executable and it says
Permission Denied
.