aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/qbittorrent.profile
diff options
context:
space:
mode:
authorLibravatar Andrew Kotsyuba <avallach2000@gmail.com>2022-02-20 14:24:23 +0200
committerLibravatar Andrew Kotsyuba <avallach2000@gmail.com>2022-02-20 14:25:06 +0200
commit43e94f2bb52aef3fa2b9389b80035f30be5ca9b2 (patch)
tree79bb290fcebdec64db2e488fa49697d77322aa35 /etc/profile-m-z/qbittorrent.profile
parentMerge pull request #4948 from crocket/master (diff)
downloadfirejail-43e94f2bb52aef3fa2b9389b80035f30be5ca9b2.tar.gz
firejail-43e94f2bb52aef3fa2b9389b80035f30be5ca9b2.tar.zst
firejail-43e94f2bb52aef3fa2b9389b80035f30be5ca9b2.zip
qbittorrent.profile: fix data directory location
Diffstat (limited to 'etc/profile-m-z/qbittorrent.profile')
-rw-r--r--etc/profile-m-z/qbittorrent.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/profile-m-z/qbittorrent.profile b/etc/profile-m-z/qbittorrent.profile
index 8778ec5fb..ebe67c63b 100644
--- a/etc/profile-m-z/qbittorrent.profile
+++ b/etc/profile-m-z/qbittorrent.profile
@@ -10,6 +10,7 @@ noblacklist ${HOME}/.cache/qBittorrent
10noblacklist ${HOME}/.config/qBittorrent 10noblacklist ${HOME}/.config/qBittorrent
11noblacklist ${HOME}/.config/qBittorrentrc 11noblacklist ${HOME}/.config/qBittorrentrc
12noblacklist ${HOME}/.local/share/data/qBittorrent 12noblacklist ${HOME}/.local/share/data/qBittorrent
13noblacklist ${HOME}/.local/share/qBittorrent
13 14
14# Allow python (blacklisted by disable-interpreters.inc) 15# Allow python (blacklisted by disable-interpreters.inc)
15include allow-python2.inc 16include allow-python2.inc
@@ -26,11 +27,13 @@ mkdir ${HOME}/.cache/qBittorrent
26mkdir ${HOME}/.config/qBittorrent 27mkdir ${HOME}/.config/qBittorrent
27mkfile ${HOME}/.config/qBittorrentrc 28mkfile ${HOME}/.config/qBittorrentrc
28mkdir ${HOME}/.local/share/data/qBittorrent 29mkdir ${HOME}/.local/share/data/qBittorrent
30mkdir ${HOME}/.local/share/qBittorrent
29whitelist ${DOWNLOADS} 31whitelist ${DOWNLOADS}
30whitelist ${HOME}/.cache/qBittorrent 32whitelist ${HOME}/.cache/qBittorrent
31whitelist ${HOME}/.config/qBittorrent 33whitelist ${HOME}/.config/qBittorrent
32whitelist ${HOME}/.config/qBittorrentrc 34whitelist ${HOME}/.config/qBittorrentrc
33whitelist ${HOME}/.local/share/data/qBittorrent 35whitelist ${HOME}/.local/share/data/qBittorrent
36whitelist ${HOME}/.local/share/qBittorrent
34include whitelist-common.inc 37include whitelist-common.inc
35include whitelist-var-common.inc 38include whitelist-var-common.inc
36 39