aboutsummaryrefslogtreecommitdiffstats
path: root/etc/gnome-builder.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/gnome-builder.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/gnome-builder.profile')
-rw-r--r--etc/gnome-builder.profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/gnome-builder.profile b/etc/gnome-builder.profile
index d5e3cd435..a045fa4e5 100644
--- a/etc/gnome-builder.profile
+++ b/etc/gnome-builder.profile
@@ -8,8 +8,9 @@ include globals.local
8 8
9noblacklist ${HOME}/.cargo/config 9noblacklist ${HOME}/.cargo/config
10noblacklist ${HOME}/.cargo/registry 10noblacklist ${HOME}/.cargo/registry
11noblacklist ${HOME}/.python-history
12noblacklist ${HOME}/.gitconfig 11noblacklist ${HOME}/.gitconfig
12noblacklist ${HOME}/.python-history
13noblacklist ${HOME}/.pythonrc.py
13 14
14include disable-common.inc 15include disable-common.inc
15include disable-passwdmgr.inc 16include disable-passwdmgr.inc