aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar DiGitHubCap <905317+DiGitHubCap@users.noreply.github.com>2017-12-22 17:46:31 +0000
committerLibravatar DiGitHubCap <905317+DiGitHubCap@users.noreply.github.com>2017-12-22 23:18:58 -0500
commit47a779b3810593c0fa9dfd656d044837cd6aca4d (patch)
treeb51f4e37d7964a05f1ba7ed219b4cf303e5afd37
parentfiremon fixes (diff)
downloadfirejail-47a779b3810593c0fa9dfd656d044837cd6aca4d.tar.gz
firejail-47a779b3810593c0fa9dfd656d044837cd6aca4d.tar.zst
firejail-47a779b3810593c0fa9dfd656d044837cd6aca4d.zip
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)
-rw-r--r--etc/deluge.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/deluge.profile b/etc/deluge.profile
index 1031438eb..401623ae6 100644
--- a/etc/deluge.profile
+++ b/etc/deluge.profile
@@ -32,6 +32,6 @@ seccomp
32shell none 32shell none
33 33
34# deluge is using python on Debian 34# deluge is using python on Debian
35private-bin deluge,sh,python*,uname 35private-bin deluge,deluge-console,deluged,deluge-gtk,deluge-web,sh,python*,uname
36private-dev 36private-dev
37private-tmp 37private-tmp