aboutsummaryrefslogtreecommitdiffstats
path: root/etc/qbittorrent.profile
diff options
context:
space:
mode:
authorLibravatar Vladimir Schowalter <VladimirSchowalter20@users.noreply.github.com>2017-08-04 00:55:49 +0100
committerLibravatar GitHub <noreply@github.com>2017-08-04 00:55:49 +0100
commit407f68b95c5124e0a6fbecc07542256dd4e3b5e7 (patch)
treeee2083d53b00c29826a63e15eccec1f0977f6c2f /etc/qbittorrent.profile
parentMerge pull request #1428 from VladimirSchowalter20/master (diff)
downloadfirejail-407f68b95c5124e0a6fbecc07542256dd4e3b5e7.tar.gz
firejail-407f68b95c5124e0a6fbecc07542256dd4e3b5e7.tar.zst
firejail-407f68b95c5124e0a6fbecc07542256dd4e3b5e7.zip
profile fixes
* Update qbittorrent.profile * Update gwenview.profile * Update disable-programs.inc
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}