aboutsummaryrefslogtreecommitdiffstats
path: root/etc/qbittorrent.profile
diff options
context:
space:
mode:
authorLibravatar Fred Barclay <Fred-Barclay@users.noreply.github.com>2017-12-28 18:09:45 -0600
committerLibravatar Fred Barclay <Fred-Barclay@users.noreply.github.com>2017-12-28 18:09:45 -0600
commit281ad508084018c34acef505412450bfde0a6ab7 (patch)
tree5a881c3fe9bd8152179843185c4b4a80e4f43148 /etc/qbittorrent.profile
parenttesting (diff)
downloadfirejail-281ad508084018c34acef505412450bfde0a6ab7.tar.gz
firejail-281ad508084018c34acef505412450bfde0a6ab7.tar.zst
firejail-281ad508084018c34acef505412450bfde0a6ab7.zip
Fix #1690 - qbittorrent doesn't launch on some Arch and Mint 17.3 systems
Diffstat (limited to 'etc/qbittorrent.profile')
-rw-r--r--etc/qbittorrent.profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/qbittorrent.profile b/etc/qbittorrent.profile
index 6e2ebd913..a01b1e9a8 100644
--- a/etc/qbittorrent.profile
+++ b/etc/qbittorrent.profile
@@ -39,12 +39,12 @@ protocol unix,inet,inet6,netlink
39seccomp 39seccomp
40shell none 40shell none
41 41
42private-bin qbittorrent 42private-bin qbittorrent,python*
43private-dev 43private-dev
44# private-etc X11,fonts,xdg,resolv.conf 44# private-etc X11,fonts,xdg,resolv.conf
45# private-lib - problems on Arch 45# private-lib - problems on Arch
46private-tmp 46private-tmp
47 47
48memory-deny-write-execute 48# memory-deny-write-execute - problems on Arch, see #1690 on GitHub repo
49noexec ${HOME} 49noexec ${HOME}
50noexec /tmp 50noexec /tmp