aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/gimp.profile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2020-04-21 08:24:28 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2020-04-21 08:24:28 -0400
commit018d75775eab4a0f045949a9d069c57686ca2686 (patch)
treeaac3a1a65cca0d4875795c55109a5c3e35efdefb /etc/profile-a-l/gimp.profile
parentsmall fixes (diff)
downloadfirejail-018d75775eab4a0f045949a9d069c57686ca2686.tar.gz
firejail-018d75775eab4a0f045949a9d069c57686ca2686.tar.zst
firejail-018d75775eab4a0f045949a9d069c57686ca2686.zip
reorganize github etc directory
Diffstat (limited to 'etc/profile-a-l/gimp.profile')
-rw-r--r--etc/profile-a-l/gimp.profile55
1 files changed, 55 insertions, 0 deletions
diff --git a/etc/profile-a-l/gimp.profile b/etc/profile-a-l/gimp.profile
new file mode 100644
index 000000000..8093c0c39
--- /dev/null
+++ b/etc/profile-a-l/gimp.profile
@@ -0,0 +1,55 @@
1# Firejail profile for gimp
2# Description: GNU Image Manipulation Program
3# This file is overwritten after every install/update
4# Persistent local customizations
5include gimp.local
6# Persistent global definitions
7include globals.local
8
9# gimp plugins are installed by the user in ${HOME}/.gimp-2.8/plug-ins/ directory
10# if you are not using external plugins, you can comment 'ignore noexec' statement below
11# or put 'noexec ${HOME}' in your gimp.local
12ignore noexec ${HOME}
13
14noblacklist ${HOME}/.cache/babl
15noblacklist ${HOME}/.cache/gegl-0.4
16noblacklist ${HOME}/.cache/gimp
17noblacklist ${HOME}/.config/GIMP
18noblacklist ${HOME}/.gimp*
19noblacklist ${DOCUMENTS}
20noblacklist ${PICTURES}
21
22include disable-common.inc
23include disable-exec.inc
24include disable-devel.inc
25include disable-passwdmgr.inc
26include disable-programs.inc
27include disable-xdg.inc
28
29whitelist /usr/share/gegl-0.4
30whitelist /usr/share/gimp
31whitelist /usr/share/mypaint-data
32whitelist /usr/share/lensfun
33include whitelist-usr-share-common.inc
34include whitelist-var-common.inc
35
36apparmor
37caps.drop all
38net none
39nodvd
40nogroups
41nonewprivs
42noroot
43nosound
44notv
45nou2f
46protocol unix
47seccomp
48shell none
49tracelog
50
51private-dev
52private-tmp
53
54dbus-user none
55dbus-system none