pigmonkey / firewarden

Open a file via the specified application within a private Firejail sandbox.
The Unlicense
74 stars 7 forks source link

invalid --private-srv ... commandline option #4

Closed glennlopez closed 6 years ago

glennlopez commented 6 years ago

"Installed" (gitcloned) on Ubuntu 16.04 LTS placed firewarden script on /usr/bin/ and /usr/local/bin/ ran $ firewarden firefox got an invalid --private-srv error ran $ firewarden firefox http://google.com got an invalid --private-srv error ran $ sudo firewarden firefox got an invalid --private-srv error

how to fix this?

pigmonkey commented 6 years ago

You closed this, so I imagine you've identified the issue, but in case anybody else comes across this:

Ubuntu 16.04 LTS ships an old version of Firejail that does not support the --private-srv flag. I'd accept a pull request for some sort of version detection, but it seems simpler to upgrade firejail. I imagine there is a PPA that providers the latest release to older LTS installs.