aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2022-11-25 11:34:28 -0500
committerLibravatar GitHub <noreply@github.com>2022-11-25 11:34:28 -0500
commit5286ec802e7ccf2d393f806904aeedc13f88c34d (patch)
tree47f819fe57d94774812b5d969e5d043919c80a84
parentMerge pull request #5476 from k4leg/fix_pycharm (diff)
parentktorrent.profile: add missing private-bin paths (diff)
downloadfirejail-5286ec802e7ccf2d393f806904aeedc13f88c34d.tar.gz
firejail-5286ec802e7ccf2d393f806904aeedc13f88c34d.tar.zst
firejail-5286ec802e7ccf2d393f806904aeedc13f88c34d.zip
Merge pull request #5415 from kmk3/ktorrent-fix-mkfile
ktorrent.profile: fix mkfile without mkdir & comment legacy paths
-rw-r--r--etc/profile-a-l/ktorrent.profile14
1 files changed, 9 insertions, 5 deletions
diff --git a/etc/profile-a-l/ktorrent.profile b/etc/profile-a-l/ktorrent.profile
index 949189a1d..cb06dd38f 100644
--- a/etc/profile-a-l/ktorrent.profile
+++ b/etc/profile-a-l/ktorrent.profile
@@ -21,13 +21,17 @@ include disable-interpreters.inc
21include disable-programs.inc 21include disable-programs.inc
22include disable-shell.inc 22include disable-shell.inc
23 23
24mkdir ${HOME}/.kde/share/apps/ktorrent 24# Legacy paths
25mkdir ${HOME}/.kde4/share/apps/ktorrent 25#mkdir ${HOME}/.kde/share/apps/ktorrent
26#mkdir ${HOME}/.kde/share/config
27#mkdir ${HOME}/.kde4/share/apps/ktorrent
28#mkdir ${HOME}/.kde4/share/config
29#mkfile ${HOME}/.kde/share/config/ktorrentrc
30#mkfile ${HOME}/.kde4/share/config/ktorrentrc
31
26mkdir ${HOME}/.local/share/ktorrent 32mkdir ${HOME}/.local/share/ktorrent
27mkdir ${HOME}/.local/share/kxmlgui5/ktorrent 33mkdir ${HOME}/.local/share/kxmlgui5/ktorrent
28mkfile ${HOME}/.config/ktorrentrc 34mkfile ${HOME}/.config/ktorrentrc
29mkfile ${HOME}/.kde/share/config/ktorrentrc
30mkfile ${HOME}/.kde4/share/config/ktorrentrc
31whitelist ${DOWNLOADS} 35whitelist ${DOWNLOADS}
32whitelist ${HOME}/.config/ktorrentrc 36whitelist ${HOME}/.config/ktorrentrc
33whitelist ${HOME}/.kde/share/apps/ktorrent 37whitelist ${HOME}/.kde/share/apps/ktorrent
@@ -56,7 +60,7 @@ novideo
56protocol unix,inet,inet6,netlink 60protocol unix,inet,inet6,netlink
57seccomp 61seccomp
58 62
59private-bin kbuildsycoca4,kdeinit4,ktorrent 63private-bin kbuildsycoca4,kdeinit4,ktmagnetdownloader,ktorrent,ktupnptest
60private-dev 64private-dev
61# private-lib - problems on Arch 65# private-lib - problems on Arch
62private-tmp 66private-tmp