aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Jean Lucas <jean@4ray.co>2019-07-31 22:04:57 -0400
committerLibravatar Jean Lucas <jean@4ray.co>2019-07-31 22:27:47 -0400
commitd0f490e51840640b3c50d459a66702272363a97e (patch)
treee96d13a2654d369800ab17933656b2ba17703b1a
parentMerge pull request #2881 from flacks/profiles/zulip (diff)
downloadfirejail-d0f490e51840640b3c50d459a66702272363a97e.tar.gz
firejail-d0f490e51840640b3c50d459a66702272363a97e.tar.zst
firejail-d0f490e51840640b3c50d459a66702272363a97e.zip
Update itch profile
itch now also uses ~/.itch for application updates
-rw-r--r--etc/disable-programs.inc1
-rw-r--r--etc/itch.profile3
2 files changed, 4 insertions, 0 deletions
diff --git a/etc/disable-programs.inc b/etc/disable-programs.inc
index 9b66702fc..89c6eb6bc 100644
--- a/etc/disable-programs.inc
+++ b/etc/disable-programs.inc
@@ -368,6 +368,7 @@ blacklist ${HOME}/.hugin
368blacklist ${HOME}/.icedove 368blacklist ${HOME}/.icedove
369blacklist ${HOME}/.imagej 369blacklist ${HOME}/.imagej
370blacklist ${HOME}/.inkscape 370blacklist ${HOME}/.inkscape
371blacklist ${HOME}/.itch
371blacklist ${HOME}/.jack-server 372blacklist ${HOME}/.jack-server
372blacklist ${HOME}/.jack-settings 373blacklist ${HOME}/.jack-settings
373blacklist ${HOME}/.jak 374blacklist ${HOME}/.jak
diff --git a/etc/itch.profile b/etc/itch.profile
index c0b4fe6ce..b3c78c810 100644
--- a/etc/itch.profile
+++ b/etc/itch.profile
@@ -8,6 +8,7 @@ include globals.local
8# itch.io has native firejail/sandboxing support bundled in 8# itch.io has native firejail/sandboxing support bundled in
9# See https://itch.io/docs/itch/using/sandbox/linux.html 9# See https://itch.io/docs/itch/using/sandbox/linux.html
10 10
11noblacklist ${HOME}/.itch
11noblacklist ${HOME}/.config/itch 12noblacklist ${HOME}/.config/itch
12 13
13include disable-common.inc 14include disable-common.inc
@@ -16,7 +17,9 @@ include disable-interpreters.inc
16include disable-passwdmgr.inc 17include disable-passwdmgr.inc
17include disable-programs.inc 18include disable-programs.inc
18 19
20mkdir ${HOME}/.itch
19mkdir ${HOME}/.config/itch 21mkdir ${HOME}/.config/itch
22whitelist ${HOME}/.itch
20whitelist ${HOME}/.config/itch 23whitelist ${HOME}/.config/itch
21include whitelist-common.inc 24include whitelist-common.inc
22 25