aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2022-02-20 08:18:41 -0500
committerLibravatar GitHub <noreply@github.com>2022-02-20 08:18:41 -0500
commitf34a0cb7f919cb62a8cf051ba0e7de958d6b8e90 (patch)
treeea4a5ded5711a288f8708080e7819a8aae11d587
parentMerge pull request #4963 from crocket/master (diff)
parentdisable-programs.inc: blacklist new qbittorrent data directory (diff)
downloadfirejail-f34a0cb7f919cb62a8cf051ba0e7de958d6b8e90.tar.gz
firejail-f34a0cb7f919cb62a8cf051ba0e7de958d6b8e90.tar.zst
firejail-f34a0cb7f919cb62a8cf051ba0e7de958d6b8e90.zip
Merge pull request #4964 from avallach2000/fix-qbittorrent-profile
qbittorrent.profile: fix data directory location
-rw-r--r--etc/inc/disable-programs.inc1
-rw-r--r--etc/profile-m-z/qbittorrent.profile3
2 files changed, 4 insertions, 0 deletions
diff --git a/etc/inc/disable-programs.inc b/etc/inc/disable-programs.inc
index 255da0fbd..6b9747fb4 100644
--- a/etc/inc/disable-programs.inc
+++ b/etc/inc/disable-programs.inc
@@ -962,6 +962,7 @@ blacklist ${HOME}/.local/share/plasma_notes
962blacklist ${HOME}/.local/share/profanity 962blacklist ${HOME}/.local/share/profanity
963blacklist ${HOME}/.local/share/psi 963blacklist ${HOME}/.local/share/psi
964blacklist ${HOME}/.local/share/psi+ 964blacklist ${HOME}/.local/share/psi+
965blacklist ${HOME}/.local/share/qBittorrent
965blacklist ${HOME}/.local/share/qpdfview 966blacklist ${HOME}/.local/share/qpdfview
966blacklist ${HOME}/.local/share/quadrapassel 967blacklist ${HOME}/.local/share/quadrapassel
967blacklist ${HOME}/.local/share/qutebrowser 968blacklist ${HOME}/.local/share/qutebrowser
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