aboutsummaryrefslogtreecommitdiffstats
path: root/etc/dia.profile
diff options
context:
space:
mode:
authorLibravatar Jan <jan.hafer@rwth-aachen.de>2019-11-08 15:50:24 +0100
committerLibravatar Jan <jan.hafer@rwth-aachen.de>2019-11-08 15:50:24 +0100
commit1624995201ac6159b14ecec26382e6ff5ad69abe (patch)
tree1bb59458da2a6b30e1d17532f50231f699f3e111 /etc/dia.profile
parentUpdate QOwnNotes.profile (#3028) (diff)
downloadfirejail-1624995201ac6159b14ecec26382e6ff5ad69abe.tar.gz
firejail-1624995201ac6159b14ecec26382e6ff5ad69abe.tar.zst
firejail-1624995201ac6159b14ecec26382e6ff5ad69abe.zip
dia apparently wants access to python interpreter and environment for scripting, even though it is written in C, maybe another fix would be better
Diffstat (limited to 'etc/dia.profile')
-rw-r--r--etc/dia.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/dia.profile b/etc/dia.profile
index 921adaad5..2340e6e5c 100644
--- a/etc/dia.profile
+++ b/etc/dia.profile
@@ -12,7 +12,7 @@ noblacklist ${DOCUMENTS}
12include disable-common.inc 12include disable-common.inc
13include disable-devel.inc 13include disable-devel.inc
14include disable-exec.inc 14include disable-exec.inc
15include disable-interpreters.inc 15#include disable-interpreters.inc #fixes issue 3030, python needed
16include disable-passwdmgr.inc 16include disable-passwdmgr.inc
17include disable-programs.inc 17include disable-programs.inc
18include disable-xdg.inc 18include disable-xdg.inc