aboutsummaryrefslogtreecommitdiffstats
path: root/etc/qbittorrent.profile
diff options
context:
space:
mode:
authorLibravatar Fred Barclay <Fred-Barclay@users.noreply.github.com>2017-08-03 19:17:32 -0500
committerLibravatar GitHub <noreply@github.com>2017-08-03 19:17:32 -0500
commit70caf6f228a22ec317be2542eb843142e9cbfdce (patch)
treeee2083d53b00c29826a63e15eccec1f0977f6c2f /etc/qbittorrent.profile
parentMerge pull request #1428 from VladimirSchowalter20/master (diff)
parentprofile fixes (diff)
downloadfirejail-70caf6f228a22ec317be2542eb843142e9cbfdce.tar.gz
firejail-70caf6f228a22ec317be2542eb843142e9cbfdce.tar.zst
firejail-70caf6f228a22ec317be2542eb843142e9cbfdce.zip
Merge pull request #1430 from VladimirSchowalter20/master
profile fixes
Diffstat (limited to 'etc/qbittorrent.profile')
-rw-r--r--etc/qbittorrent.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/qbittorrent.profile b/etc/qbittorrent.profile
index b696c207f..5dc0eb4c8 100644
--- a/etc/qbittorrent.profile
+++ b/etc/qbittorrent.profile
@@ -8,6 +8,7 @@ include /etc/firejail/qbittorrent.local
8# qbittorrent bittorrent profile 8# qbittorrent bittorrent profile
9noblacklist ~/.config/qt5ct 9noblacklist ~/.config/qt5ct
10noblacklist ~/.config/qBittorrent 10noblacklist ~/.config/qBittorrent
11noblacklist ~/.config/qBittorrentrc
11noblacklist ~/.cache/qBittorrent 12noblacklist ~/.cache/qBittorrent
12 13
13include /etc/firejail/disable-common.inc 14include /etc/firejail/disable-common.inc
@@ -20,6 +21,7 @@ whitelist ~/.local/share/data/qBittorrent
20whitelist ~/.config/qt5ct 21whitelist ~/.config/qt5ct
21mkdir ~/.config/qBittorrent 22mkdir ~/.config/qBittorrent
22whitelist ~/.config/qBittorrent 23whitelist ~/.config/qBittorrent
24whitelist ~/.config/qBittorrentrc
23mkdir ~/.cache/qBittorrent 25mkdir ~/.cache/qBittorrent
24whitelist ~/.cache/qBittorrent 26whitelist ~/.cache/qBittorrent
25whitelist ${DOWNLOADS} 27whitelist ${DOWNLOADS}