aboutsummaryrefslogtreecommitdiffstats
path: root/etc/inkscape.profile
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2019-02-25 05:29:59 +0000
committerLibravatar GitHub <noreply@github.com>2019-02-25 05:29:59 +0000
commit7b32cb8d2082a87852930c8b9ef6aa175c42d7c9 (patch)
tree1f8a7ae5c4664b0b54c935136a1f31e72b62072e /etc/inkscape.profile
parentHarden gpicview.profile (#2470) (diff)
downloadfirejail-7b32cb8d2082a87852930c8b9ef6aa175c42d7c9.tar.gz
firejail-7b32cb8d2082a87852930c8b9ef6aa175c42d7c9.tar.zst
firejail-7b32cb8d2082a87852930c8b9ef6aa175c42d7c9.zip
Fix inkscape.profile (#2473)
Diffstat (limited to 'etc/inkscape.profile')
-rw-r--r--etc/inkscape.profile10
1 files changed, 8 insertions, 2 deletions
diff --git a/etc/inkscape.profile b/etc/inkscape.profile
index c1463fb47..ba0a2c9f9 100644
--- a/etc/inkscape.profile
+++ b/etc/inkscape.profile
@@ -12,6 +12,12 @@ noblacklist ${HOME}/.inkscape
12noblacklist ${DOCUMENTS} 12noblacklist ${DOCUMENTS}
13noblacklist ${PICTURES} 13noblacklist ${PICTURES}
14 14
15# Allow python (blacklisted by disable-interpreters.inc)
16noblacklist ${PATH}/python2*
17noblacklist ${PATH}/python3*
18noblacklist /usr/lib/python2*
19noblacklist /usr/lib/python3*
20
15include disable-common.inc 21include disable-common.inc
16include disable-devel.inc 22include disable-devel.inc
17include disable-interpreters.inc 23include disable-interpreters.inc
@@ -39,10 +45,10 @@ protocol unix
39seccomp 45seccomp
40shell none 46shell none
41 47
42# private-bin inkscape,potrace - problems on Debian stretch 48# private-bin inkscape,potrace,python* - problems on Debian stretch
43private-dev 49private-dev
44private-tmp 50private-tmp
45 51
46memory-deny-write-execute 52# memory-deny-write-execute
47noexec ${HOME} 53noexec ${HOME}
48noexec /tmp 54noexec /tmp