aboutsummaryrefslogtreecommitdiffstats
path: root/etc/gimp.profile
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2019-11-22 22:46:19 +0000
committerLibravatar GitHub <noreply@github.com>2019-11-22 22:46:19 +0000
commit92e1fca99bc0b305664c9d64a962b90883dd71ab (patch)
tree010a98fdd93651b9371d37ce2fb7782435c66e19 /etc/gimp.profile
parentimproving remount performance (diff)
downloadfirejail-92e1fca99bc0b305664c9d64a962b90883dd71ab.tar.gz
firejail-92e1fca99bc0b305664c9d64a962b90883dd71ab.tar.zst
firejail-92e1fca99bc0b305664c9d64a962b90883dd71ab.zip
Add babl/gegl support for gimp (#3051)
* Add babl/gegl caches for gimp * Add gir-1.0 to wusc * Add babl/gegl support to gimp.profile
Diffstat (limited to 'etc/gimp.profile')
-rw-r--r--etc/gimp.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/gimp.profile b/etc/gimp.profile
index 81ae95645..7c05625f6 100644
--- a/etc/gimp.profile
+++ b/etc/gimp.profile
@@ -11,6 +11,8 @@ 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/babl
15noblacklist ${HOME}/.cache/gegl-0.4
14noblacklist ${HOME}/.cache/gimp 16noblacklist ${HOME}/.cache/gimp
15noblacklist ${HOME}/.config/GIMP 17noblacklist ${HOME}/.config/GIMP
16noblacklist ${HOME}/.gimp* 18noblacklist ${HOME}/.gimp*
@@ -23,6 +25,7 @@ include disable-passwdmgr.inc
23include disable-programs.inc 25include disable-programs.inc
24include disable-xdg.inc 26include disable-xdg.inc
25 27
28whitelist /usr/share/gegl-0.4
26whitelist /usr/share/gimp 29whitelist /usr/share/gimp
27whitelist /usr/share/mypaint-data 30whitelist /usr/share/mypaint-data
28include whitelist-usr-share-common.inc 31include whitelist-usr-share-common.inc