mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #5463] deluge: downloads do not work without netlink protocol #3005
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#3005
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 @jmetrius on GitHub (Nov 10, 2022).
Original GitHub issue: https://github.com/netblue30/firejail/issues/5463
Description
The current Deluge profile specifies
protocol unix,inet,inet6. With this rule, I can't get Deluge to download anything. Torrents seem to be indefinitely paused without any error messages generated by Deluge itself. This can be fixed by addingnetlinkto the allowed protocol list. An strace output of netlink calls is attached for further investigation.Steps to Reproduce
Steps to reproduce the behavior
LC_ALL=C firejail PROGRAM(LC_ALL=Cto get a consistent output in English that can be understood by everybody)Expected behavior
Downloading should start, the status icon should turn green
Actual behavior
Downloading never starts, the status icon remains grey indefinitely
Behavior without a profile
Downloading woks just fine
Additional context
Output of
strace -f -o deluge_network.trace -e trace=network /usr/bin/delugegrepped for AF_NETLINK:Environment
Checklist
/usr/bin/vlc) "fixes" it).https://github.com/netblue30/firejail/issues/1139)browser-allow-drm yes/browser-disable-u2f noinfirejail.configto allow DRM/U2F in browsers.