aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2020-01-29 13:44:47 +0000
committerLibravatar GitHub <noreply@github.com>2020-01-29 13:44:47 +0000
commitd9182bfdf6bc72a5ceabe63e711d41d08b81e2ad (patch)
treee2d317bd68ea96d79cb59d6994c731bfe81c460d /etc
parentfix ordering in ${HOME}/.cache section and add gummi entree there too (diff)
downloadfirejail-d9182bfdf6bc72a5ceabe63e711d41d08b81e2ad.tar.gz
firejail-d9182bfdf6bc72a5ceabe63e711d41d08b81e2ad.tar.zst
firejail-d9182bfdf6bc72a5ceabe63e711d41d08b81e2ad.zip
noblacklist user cache
Thanks to @rusty-snake's comment in https://github.com/netblue30/firejail/pull/3159.
Diffstat (limited to 'etc')
-rw-r--r--etc/gummi.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/gummi.profile b/etc/gummi.profile
index 9fb8e3da5..922b2cbde 100644
--- a/etc/gummi.profile
+++ b/etc/gummi.profile
@@ -5,6 +5,7 @@ include gummi.local
5# Persistent global definitions 5# Persistent global definitions
6include globals.local 6include globals.local
7 7
8noblacklist ${HOME}/.cache/gummi
8noblacklist ${HOME}/.config/gummi 9noblacklist ${HOME}/.config/gummi
9 10
10include allow-lua.inc 11include allow-lua.inc