Opening URLs outside the sandbox using unix sockets #5160
-
In this case I am specifically thinking about opening the browser from a sandbox with Discord in. Rather than allowing it to open any URL I want to be able to provide a process like this:
I have been told by others that if I'm going to do something like this, I "might as well not sandbox Discord at all", a sentiment with which I strongly disagree. Providing manually authorised and strongly restricted sandbox escapes isn't the same thing as having no security (and is in fact the main purpose of firejail's various options like X11 support), so if anyone wants to have that discussion, respectfully, I am not here for it. Does anyone know how this might be possible with Firejail? Relates to: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Some time ago I created a few simple shell scripts to do something similar: https://github.com/glitsj16/firejail-handler-http. You might get some inspiration from those. It relies on |
Beta Was this translation helpful? Give feedback.
-
This is being tracked at: See the following for an example that uses unix pipes: |
Beta Was this translation helpful? Give feedback.
This is being tracked at:
See the following for an example that uses unix pipes: