aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar SkewedZeppelin <8296104+SkewedZeppelin@users.noreply.github.com>2019-08-01 03:13:26 +0000
committerLibravatar GitHub <noreply@github.com>2019-08-01 03:13:26 +0000
commitce4e58fb37d80b0f041f2d4279685acfe3ee19c5 (patch)
treee96d13a2654d369800ab17933656b2ba17703b1a
parentMerge pull request #2881 from flacks/profiles/zulip (diff)
parentUpdate itch profile (diff)
downloadfirejail-ce4e58fb37d80b0f041f2d4279685acfe3ee19c5.tar.gz
firejail-ce4e58fb37d80b0f041f2d4279685acfe3ee19c5.tar.zst
firejail-ce4e58fb37d80b0f041f2d4279685acfe3ee19c5.zip
Merge pull request #2884 from flacks/profiles/itch
Update itch profile
-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