aboutsummaryrefslogtreecommitdiffstats
path: root/etc/xed.profile
diff options
context:
space:
mode:
authorLibravatar Fred Barclay <Fred-Barclay@users.noreply.github.com>2019-04-18 11:14:52 -0500
committerLibravatar Fred Barclay <Fred-Barclay@users.noreply.github.com>2019-04-18 11:14:52 -0500
commit32e5b363c55e56d13a271221e588fe944353613c (patch)
treed5d553b1334c9d9c2a14e7236871ef3b48a85747 /etc/xed.profile
parentAdd .pythonrc.py to disable-common.inc (#2651) (diff)
downloadfirejail-32e5b363c55e56d13a271221e588fe944353613c.tar.gz
firejail-32e5b363c55e56d13a271221e588fe944353613c.tar.zst
firejail-32e5b363c55e56d13a271221e588fe944353613c.zip
Allow access to .pythonrc.py -- see #2651
Diffstat (limited to 'etc/xed.profile')
-rw-r--r--etc/xed.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/xed.profile b/etc/xed.profile
index 117f48f83..cce0432a4 100644
--- a/etc/xed.profile
+++ b/etc/xed.profile
@@ -6,6 +6,7 @@ include xed.local
6include globals.local 6include globals.local
7 7
8noblacklist ${HOME}/.config/xed 8noblacklist ${HOME}/.config/xed
9noblacklist ${HOME}/.pythonrc.py
9 10
10# Allow python (blacklisted by disable-interpreters.inc) 11# Allow python (blacklisted by disable-interpreters.inc)
11noblacklist ${PATH}/python2* 12noblacklist ${PATH}/python2*