aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--etc/disable-programs.inc2
-rw-r--r--etc/gimp.profile3
-rw-r--r--etc/whitelist-usr-share-common.inc1
3 files changed, 6 insertions, 0 deletions
diff --git a/etc/disable-programs.inc b/etc/disable-programs.inc
index fa98825f4..d65bb6fc4 100644
--- a/etc/disable-programs.inc
+++ b/etc/disable-programs.inc
@@ -701,6 +701,7 @@ blacklist ${HOME}/.cache/Zeal
701blacklist ${HOME}/.cache/akonadi* 701blacklist ${HOME}/.cache/akonadi*
702blacklist ${HOME}/.cache/atril 702blacklist ${HOME}/.cache/atril
703blacklist ${HOME}/.cache/attic 703blacklist ${HOME}/.cache/attic
704blacklist ${HOME}/.cache/babl
704blacklist ${HOME}/.cache/bnox 705blacklist ${HOME}/.cache/bnox
705blacklist ${HOME}/.cache/borg 706blacklist ${HOME}/.cache/borg
706blacklist ${HOME}/.cache/calibre 707blacklist ${HOME}/.cache/calibre
@@ -721,6 +722,7 @@ blacklist ${HOME}/.cache/font-manager
721blacklist ${HOME}/.cache/fossamail 722blacklist ${HOME}/.cache/fossamail
722blacklist ${HOME}/.cache/freecol 723blacklist ${HOME}/.cache/freecol
723blacklist ${HOME}/.cache/gajim 724blacklist ${HOME}/.cache/gajim
725blacklist ${HOME}/.cache/gegl-0.4
724blacklist ${HOME}/.cache/geeqie 726blacklist ${HOME}/.cache/geeqie
725blacklist ${HOME}/.cache/gimp 727blacklist ${HOME}/.cache/gimp
726blacklist ${HOME}/.cache/godot 728blacklist ${HOME}/.cache/godot
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
diff --git a/etc/whitelist-usr-share-common.inc b/etc/whitelist-usr-share-common.inc
index f1b7bd960..169fb26fa 100644
--- a/etc/whitelist-usr-share-common.inc
+++ b/etc/whitelist-usr-share-common.inc
@@ -15,6 +15,7 @@ whitelist /usr/share/enchant
15whitelist /usr/share/enchant-2 15whitelist /usr/share/enchant-2
16whitelist /usr/share/fontconfig 16whitelist /usr/share/fontconfig
17whitelist /usr/share/fonts 17whitelist /usr/share/fonts
18whitelist /usr/share/gir-1.0
18whitelist /usr/share/gjs-1.0 19whitelist /usr/share/gjs-1.0
19whitelist /usr/share/glib-2.0 20whitelist /usr/share/glib-2.0
20whitelist /usr/share/glvnd 21whitelist /usr/share/glvnd