aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/gimp.profile
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-09-08 12:37:26 +0200
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-09-08 12:37:26 +0200
commitbefa50076f4662c66fcdd5b0e98af561a719e7a3 (patch)
tree42a6ab03fb7f7e9e105605fbfcc16553eab0c1eb /etc/profile-a-l/gimp.profile
parentUpdate profile.template to use disable-X11.inc (diff)
downloadfirejail-befa50076f4662c66fcdd5b0e98af561a719e7a3.tar.gz
firejail-befa50076f4662c66fcdd5b0e98af561a719e7a3.tar.zst
firejail-befa50076f4662c66fcdd5b0e98af561a719e7a3.zip
Fix #4367 -- gimp 2.10.22-3: gegl:introspect broken
Diffstat (limited to 'etc/profile-a-l/gimp.profile')
-rw-r--r--etc/profile-a-l/gimp.profile5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/profile-a-l/gimp.profile b/etc/profile-a-l/gimp.profile
index 0786da6df..df9c2ac7a 100644
--- a/etc/profile-a-l/gimp.profile
+++ b/etc/profile-a-l/gimp.profile
@@ -13,7 +13,6 @@ include globals.local
13#ignore net 13#ignore net
14#protocol unix,inet,inet6 14#protocol unix,inet,inet6
15 15
16
17# gimp plugins are installed by the user in ${HOME}/.gimp-2.8/plug-ins/ directory 16# gimp plugins are installed by the user in ${HOME}/.gimp-2.8/plug-ins/ directory
18# If you are not using external plugins, you can add 'noexec ${HOME}' to your gimp.local. 17# If you are not using external plugins, you can add 'noexec ${HOME}' to your gimp.local.
19ignore noexec ${HOME} 18ignore noexec ${HOME}
@@ -26,6 +25,10 @@ noblacklist ${HOME}/.gimp*
26noblacklist ${DOCUMENTS} 25noblacklist ${DOCUMENTS}
27noblacklist ${PICTURES} 26noblacklist ${PICTURES}
28 27
28# See issue #4367, gimp 2.10.22-3: gegl:introspect broken
29noblacklist /sbin
30noblacklist /usr/sbin
31
29include disable-common.inc 32include disable-common.inc
30include disable-exec.inc 33include disable-exec.inc
31include disable-devel.inc 34include disable-devel.inc