mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2699] Error: no suitable proxychains4 executable found #1701
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#1701
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nejejn on GitHub (May 16, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2699
Hi, my browser is Tor Browser without Tor.
If I run
firejail --profile=/etc/firejail/start-tor-browser.profile proxychains4 /home/me/tor-browser_en-US/Browser/start-tor-browserI get
Please note Firefox runs, if I use
firejail --profile=/etc/firejail/firefox.profile proxychains4 firefoxSetup:
firejail 0.9.58
proxychains-ng 4.14
tor browser 8.0.9
@ghost commented on GitHub (May 16, 2019):
@nejejn The profile uses private-bin, which doesn't contain proxychains4. You'll need to add
private-bin proxychains4to either /etc/firejail/start-tor-browser.local or ~/.config/firejail/start-tor-browser.local.PS: you can use the shorter
--profile=start-tor-browserformat instead of '--profile=/etc/firejail/start-tor-browser.profile'.@rusty-snake commented on GitHub (May 16, 2019):
@nejejn or to test:
firejail --profile=start-tor-browser --private-bin=proxychains4 proxychains4 /home/me/tor-browser_en-US/Browser/start-tor-browser@nejejn commented on GitHub (May 18, 2019):
@rusty-snake I tried
firejail --profile=start-tor-browser --private-bin=proxychains4 --private-etc=proxychains.conf proxychains4 /home/me/tor-browser_en-US/Browser/start-tor-browserand it works.