aboutsummaryrefslogtreecommitdiffstats
path: root/etc/qbittorrent.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/qbittorrent.profile')
-rw-r--r--etc/qbittorrent.profile15
1 files changed, 5 insertions, 10 deletions
diff --git a/etc/qbittorrent.profile b/etc/qbittorrent.profile
index b0a6a0016..fe9caec77 100644
--- a/etc/qbittorrent.profile
+++ b/etc/qbittorrent.profile
@@ -12,12 +12,8 @@ noblacklist ${HOME}/.config/qBittorrentrc
12noblacklist ${HOME}/.local/share/data/qBittorrent 12noblacklist ${HOME}/.local/share/data/qBittorrent
13 13
14# Allow python (blacklisted by disable-interpreters.inc) 14# Allow python (blacklisted by disable-interpreters.inc)
15noblacklist ${PATH}/python2* 15include allow-python2.inc
16noblacklist ${PATH}/python3* 16include allow-python3.inc
17noblacklist /usr/lib/python2*
18noblacklist /usr/lib/python3*
19noblacklist /usr/local/lib/python2*
20noblacklist /usr/local/lib/python3*
21 17
22include disable-common.inc 18include disable-common.inc
23include disable-devel.inc 19include disable-devel.inc
@@ -55,10 +51,9 @@ protocol unix,inet,inet6,netlink
55seccomp 51seccomp
56shell none 52shell none
57 53
58private-bin qbittorrent,python* 54private-bin python*,qbittorrent
59private-dev 55private-dev
60# private-etc alternatives,X11,fonts,xdg,resolv.conf,ca-certificates,ssl,pki,crypto-policies 56# private-etc alternatives,ca-certificates,crypto-policies,fonts,pki,resolv.conf,ssl,X11,xdg
61# private-lib - problems on Arch
62private-tmp 57private-tmp
63 58
64# memory-deny-write-execute - problems on Arch, see #1690 on GitHub repo 59# memory-deny-write-execute - problems on Arch, see #1690 on GitHub repo