Closed brainscar closed 5 years ago
$HOME/.tor-browser/
is not whitelisted, fix: firejail --whitelist=$HOME/.tor-browser --profile=/etc/firejail/start-tor-browser.profile /home/brainscar/.tor-browser/app/start-tor-browser.desktop
$HOME/.tor-browser/app/
, fix: firejail --profile=/etc/firejail/start-tor-browser.profile $HOME/.tor-browser/app/Browser/start-tor-browser --detach
Final fix: firejail --whitelist=$HOME/.tor-browser --profile=/etc/firejail/start-tor-browser.profile $HOME/.tor-browser/app/Browser/start-tor-browser --detach
General question: Are the colon characters in start-tor-browser.desktop.profile supposed to be there?
Also I think it would be good if the desktop file was mounted read-only in the sandbox.
Scratch that, the desktop file alone doesn't make much sense. But in a perfect world there would certainly be second, stricter profile where the entire folder ~/.tor-browser is read-only and only some selected paths are writable :)
@smitsohu Yes. I know the issue FJ + TBB well several discussions in german forums, so I'm working on a tutorial right now.
@rusty-snake @brainscar what is wrong with using torbrowser-launcher?
Are the colon characters in start-tor-browser.desktop.profile supposed to be there?
@smitsohu I don't think so
@SkewedZeppelin torbrowser-launcher has IMHO some annoying Issues.
Thank you so much @rusty-snake you're awesome. That totally worked.
Hi,
Thank you for your hard work. I was wondering if you could help me with the following issue:
OS: Manjaro Linux Package used: https://aur.archlinux.org/packages/tor-browser
When I try to run tor browser as such:
firejail --profile=/etc/firejail/start-tor-browser.profile /home/brainscar/.tor-browser/app/start-tor-browser.desktop
I get the following error:
/usr/bin/env: ‘./Browser/execdesktop’: No such file or directory
This is start-tor-browser.desktop:
Hope you can help.
Thank you.