aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/gimp.profile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2021-07-05 07:23:31 -0400
committerLibravatar netblue30 <netblue30@protonmail.com>2021-07-05 07:23:31 -0400
commitfe0f975f447d59977d90c3226cc8c623b31b20b3 (patch)
tree70897a33cde6c716e273d927d18a6be4b54c18a9 /etc/profile-a-l/gimp.profile
parentdeprecated whitelist=yes/no in /etc/firejail/firejail.config (diff)
downloadfirejail-fe0f975f447d59977d90c3226cc8c623b31b20b3.tar.gz
firejail-fe0f975f447d59977d90c3226cc8c623b31b20b3.tar.zst
firejail-fe0f975f447d59977d90c3226cc8c623b31b20b3.zip
move whitelist/blacklist to allow/deny
Diffstat (limited to 'etc/profile-a-l/gimp.profile')
-rw-r--r--etc/profile-a-l/gimp.profile22
1 files changed, 11 insertions, 11 deletions
diff --git a/etc/profile-a-l/gimp.profile b/etc/profile-a-l/gimp.profile
index dfc1304d1..de9db8d0f 100644
--- a/etc/profile-a-l/gimp.profile
+++ b/etc/profile-a-l/gimp.profile
@@ -18,13 +18,13 @@ include globals.local
18# If you are not using external plugins, you can add 'noexec ${HOME}' to your gimp.local. 18# If you are not using external plugins, you can add 'noexec ${HOME}' to your gimp.local.
19ignore noexec ${HOME} 19ignore noexec ${HOME}
20 20
21noblacklist ${HOME}/.cache/babl 21nodeny ${HOME}/.cache/babl
22noblacklist ${HOME}/.cache/gegl-0.4 22nodeny ${HOME}/.cache/gegl-0.4
23noblacklist ${HOME}/.cache/gimp 23nodeny ${HOME}/.cache/gimp
24noblacklist ${HOME}/.config/GIMP 24nodeny ${HOME}/.config/GIMP
25noblacklist ${HOME}/.gimp* 25nodeny ${HOME}/.gimp*
26noblacklist ${DOCUMENTS} 26nodeny ${DOCUMENTS}
27noblacklist ${PICTURES} 27nodeny ${PICTURES}
28 28
29include disable-common.inc 29include disable-common.inc
30include disable-exec.inc 30include disable-exec.inc
@@ -33,10 +33,10 @@ include disable-passwdmgr.inc
33include disable-programs.inc 33include disable-programs.inc
34include disable-xdg.inc 34include disable-xdg.inc
35 35
36whitelist /usr/share/gegl-0.4 36allow /usr/share/gegl-0.4
37whitelist /usr/share/gimp 37allow /usr/share/gimp
38whitelist /usr/share/mypaint-data 38allow /usr/share/mypaint-data
39whitelist /usr/share/lensfun 39allow /usr/share/lensfun
40include whitelist-usr-share-common.inc 40include whitelist-usr-share-common.inc
41include whitelist-var-common.inc 41include whitelist-var-common.inc
42 42