aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-09-28 15:35:33 +0200
committerLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-09-28 16:42:50 +0200
commitf79a9ed706aa87095388f3ecd2a2104459a17818 (patch)
tree957bae08c4da4882eb42fdab5c821dc5db3b3752
parentFix sorting (caught by GitLab CI tests) (diff)
downloadfirejail-f79a9ed706aa87095388f3ecd2a2104459a17818.tar.gz
firejail-f79a9ed706aa87095388f3ecd2a2104459a17818.tar.zst
firejail-f79a9ed706aa87095388f3ecd2a2104459a17818.zip
fixup! add missing blacklist paths
-rw-r--r--etc/gimp.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/gimp.profile b/etc/gimp.profile
index fab7fa123..e68d49274 100644
--- a/etc/gimp.profile
+++ b/etc/gimp.profile
@@ -11,6 +11,7 @@ include globals.local
11# or put 'noexec ${HOME}' in your gimp.local 11# or put 'noexec ${HOME}' in your gimp.local
12ignore noexec ${HOME} 12ignore noexec ${HOME}
13 13
14noblacklist ${HOME}/.cache/gimp
14noblacklist ${HOME}/.config/GIMP 15noblacklist ${HOME}/.config/GIMP
15noblacklist ${HOME}/.gimp* 16noblacklist ${HOME}/.gimp*
16noblacklist ${DOCUMENTS} 17noblacklist ${DOCUMENTS}