mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Fix Deluge
Deluge needs access to more than the deluge binary if it runs as a daemon (or if you want to access it via the web or command line)
This commit is contained in:
parent
a51c369b8c
commit
47a779b381
1 changed files with 1 additions and 1 deletions
|
|
@ -32,6 +32,6 @@ seccomp
|
|||
shell none
|
||||
|
||||
# deluge is using python on Debian
|
||||
private-bin deluge,sh,python*,uname
|
||||
private-bin deluge,deluge-console,deluged,deluge-gtk,deluge-web,sh,python*,uname
|
||||
private-dev
|
||||
private-tmp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue