aboutsummaryrefslogtreecommitdiffstats
path: root/etc/ktorrent.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/ktorrent.profile')
-rw-r--r--etc/ktorrent.profile36
1 files changed, 18 insertions, 18 deletions
diff --git a/etc/ktorrent.profile b/etc/ktorrent.profile
index 99e185ce3..5ea09f925 100644
--- a/etc/ktorrent.profile
+++ b/etc/ktorrent.profile
@@ -5,31 +5,31 @@ include /etc/firejail/ktorrent.local
5# Persistent global definitions 5# Persistent global definitions
6include /etc/firejail/globals.local 6include /etc/firejail/globals.local
7 7
8noblacklist ~/.config/ktorrentrc 8noblacklist ${HOME}/.config/ktorrentrc
9noblacklist ~/.kde/share/apps/ktorrent 9noblacklist ${HOME}/.kde/share/apps/ktorrent
10noblacklist ~/.kde/share/config/ktorrentrc 10noblacklist ${HOME}/.kde/share/config/ktorrentrc
11noblacklist ~/.kde4/share/apps/ktorrent 11noblacklist ${HOME}/.kde4/share/apps/ktorrent
12noblacklist ~/.kde4/share/config/ktorrentrc 12noblacklist ${HOME}/.kde4/share/config/ktorrentrc
13noblacklist ~/.local/share/ktorrent 13noblacklist ${HOME}/.local/share/ktorrent
14 14
15include /etc/firejail/disable-common.inc 15include /etc/firejail/disable-common.inc
16include /etc/firejail/disable-devel.inc 16include /etc/firejail/disable-devel.inc
17include /etc/firejail/disable-passwdmgr.inc 17include /etc/firejail/disable-passwdmgr.inc
18include /etc/firejail/disable-programs.inc 18include /etc/firejail/disable-programs.inc
19 19
20mkdir ~/.kde/share/apps/ktorrent 20mkdir ${HOME}/.kde/share/apps/ktorrent
21mkdir ~/.kde4/share/apps/ktorrent 21mkdir ${HOME}/.kde4/share/apps/ktorrent
22mkdir ~/.local/share/ktorrent 22mkdir ${HOME}/.local/share/ktorrent
23mkfile ~/.config/ktorrentrc 23mkfile ${HOME}/.config/ktorrentrc
24mkfile ~/.kde/share/config/ktorrentrc 24mkfile ${HOME}/.kde/share/config/ktorrentrc
25mkfile ~/.kde4/share/config/ktorrentrc 25mkfile ${HOME}/.kde4/share/config/ktorrentrc
26whitelist ${DOWNLOADS} 26whitelist ${DOWNLOADS}
27whitelist ~/.config/ktorrentrc 27whitelist ${HOME}/.config/ktorrentrc
28whitelist ~/.kde/share/apps/ktorrent 28whitelist ${HOME}/.kde/share/apps/ktorrent
29whitelist ~/.kde/share/config/ktorrentrc 29whitelist ${HOME}/.kde/share/config/ktorrentrc
30whitelist ~/.kde4/share/apps/ktorrent 30whitelist ${HOME}/.kde4/share/apps/ktorrent
31whitelist ~/.kde4/share/config/ktorrentrc 31whitelist ${HOME}/.kde4/share/config/ktorrentrc
32whitelist ~/.local/share/ktorrent 32whitelist ${HOME}/.local/share/ktorrent
33include /etc/firejail/whitelist-common.inc 33include /etc/firejail/whitelist-common.inc
34include /etc/firejail/whitelist-var-common.inc 34include /etc/firejail/whitelist-var-common.inc
35 35