aboutsummaryrefslogtreecommitdiffstats
path: root/etc/gimp.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/gimp.profile')
-rw-r--r--etc/gimp.profile21
1 files changed, 10 insertions, 11 deletions
diff --git a/etc/gimp.profile b/etc/gimp.profile
index 0fe462912..d77c4df8d 100644
--- a/etc/gimp.profile
+++ b/etc/gimp.profile
@@ -1,15 +1,15 @@
1# Persistent global definitions go here 1# Firejail profile for gimp
2include /etc/firejail/globals.local 2# This file is overwritten after every install/update
3 3# Persistent local customizations
4# This file is overwritten during software install.
5# Persistent customizations should go in a .local file.
6include /etc/firejail/gimp.local 4include /etc/firejail/gimp.local
5# Persistent global definitions
6include /etc/firejail/globals.local
7 7
8# gimp
9noblacklist ${HOME}/.gimp* 8noblacklist ${HOME}/.gimp*
9
10include /etc/firejail/disable-common.inc 10include /etc/firejail/disable-common.inc
11include /etc/firejail/disable-programs.inc
12include /etc/firejail/disable-passwdmgr.inc 11include /etc/firejail/disable-passwdmgr.inc
12include /etc/firejail/disable-programs.inc
13 13
14caps.drop all 14caps.drop all
15net none 15net none
@@ -21,11 +21,10 @@ protocol unix
21seccomp 21seccomp
22shell none 22shell none
23 23
24private-dev
25private-tmp
26
24# gimp plugins are installed by the user in ~/.gimp-2.8/plug-ins/ directory 27# gimp plugins are installed by the user in ~/.gimp-2.8/plug-ins/ directory
25# if you are not using external plugins, you can enable noexec statement below 28# if you are not using external plugins, you can enable noexec statement below
26# noexec ${HOME} 29# noexec ${HOME}
27
28noexec /tmp 30noexec /tmp
29
30private-dev
31private-tmp