mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1051] Firejail prevents qbittorrent from accessing tun0 network interface #715
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#715
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 @anaknaga on GitHub (Jan 16, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1051
Using qbittorrent with its firejail profile prevents qbittorrent from accessing tun0 network interface.
@netblue30 commented on GitHub (Jan 17, 2017):
How do you start the sandbox? Also, can you disable "private-dev" line in /etc/firejail/qbittorrent.profile (add a # in front of the line). Another line you can try to disable is "protocol unix,inet,inet6".
Question: why do you need tun0? Are you connecting over a tunnel?
@anaknaga commented on GitHub (Jan 17, 2017):
Thanks, disabling "protocol unix,inet,inet6" did the trick. If not disabled, qbittorrent cannot see any of my network interfaces. I'm indeed connecting through a VPN, and have set tun0 for use in its advanced options.
I'm starting it with a the default profile with the "ln -s /usr/bin/firejail /usr/local/bin/qbittorrent" technique.
@netblue30 commented on GitHub (Jan 18, 2017):
Cool!