summaryrefslogtreecommitdiffstats
path: root/etc/gimp.profile
diff options
context:
space:
mode:
authorLibravatar Fred Barclay <Fred-Barclay@users.noreply.github.com>2017-04-15 21:19:57 -0500
committerLibravatar Fred Barclay <Fred-Barclay@users.noreply.github.com>2017-04-15 21:19:57 -0500
commitd37fe8049b5b3dd6122055b02a9d7e6e1eacd749 (patch)
tree6d260b49cfa98b280a0f53164c999b092db36b14 /etc/gimp.profile
parentAdded viewnior profile (diff)
parentMerge pull request #1221 from SpotComms/kodi (diff)
downloadfirejail-d37fe8049b5b3dd6122055b02a9d7e6e1eacd749.tar.gz
firejail-d37fe8049b5b3dd6122055b02a9d7e6e1eacd749.tar.zst
firejail-d37fe8049b5b3dd6122055b02a9d7e6e1eacd749.zip
Merge branch 'master' of https://github.com/netblue30/firejail
Diffstat (limited to 'etc/gimp.profile')
-rw-r--r--etc/gimp.profile4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/gimp.profile b/etc/gimp.profile
index 4088bd680..5f8ccb4fb 100644
--- a/etc/gimp.profile
+++ b/etc/gimp.profile
@@ -10,16 +10,18 @@ include /etc/firejail/disable-passwdmgr.inc
10 10
11caps.drop all 11caps.drop all
12netfilter 12netfilter
13net none
13nogroups 14nogroups
14nonewprivs 15nonewprivs
15noroot 16noroot
16nosound 17nosound
17protocol unix 18protocol unix
18seccomp 19seccomp
20shell none
19 21
20# gimp plugins are installed by the user in ~/.gimp-2.8/plug-ins/ directory 22# gimp plugins are installed by the user in ~/.gimp-2.8/plug-ins/ directory
21# if you are not using external plugins, you can enable noexec statement below 23# if you are not using external plugins, you can enable noexec statement below
22# noexec ${HOME} 24# noexec ${HOME}
23 25
24noexec /tmp 26noexec /tmp
25 27