From d0f490e51840640b3c50d459a66702272363a97e Mon Sep 17 00:00:00 2001 From: Jean Lucas Date: Wed, 31 Jul 2019 22:04:57 -0400 Subject: Update itch profile itch now also uses ~/.itch for application updates --- etc/disable-programs.inc | 1 + etc/itch.profile | 3 +++ 2 files changed, 4 insertions(+) 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 blacklist ${HOME}/.icedove blacklist ${HOME}/.imagej blacklist ${HOME}/.inkscape +blacklist ${HOME}/.itch blacklist ${HOME}/.jack-server blacklist ${HOME}/.jack-settings blacklist ${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 # itch.io has native firejail/sandboxing support bundled in # See https://itch.io/docs/itch/using/sandbox/linux.html +noblacklist ${HOME}/.itch noblacklist ${HOME}/.config/itch include disable-common.inc @@ -16,7 +17,9 @@ include disable-interpreters.inc include disable-passwdmgr.inc include disable-programs.inc +mkdir ${HOME}/.itch mkdir ${HOME}/.config/itch +whitelist ${HOME}/.itch whitelist ${HOME}/.config/itch include whitelist-common.inc -- cgit v1.2.3-54-g00ecf