aboutsummaryrefslogtreecommitdiffstats
path: root/etc/code.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/code.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/code.profile')
-rw-r--r--etc/code.profile5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/code.profile b/etc/code.profile
index b7740414c..e28b8adf5 100644
--- a/etc/code.profile
+++ b/etc/code.profile
@@ -5,10 +5,11 @@ include code.local
5# Persistent global definitions 5# Persistent global definitions
6include globals.local 6include globals.local
7 7
8noblacklist ${HOME}/.vscode
9noblacklist ${HOME}/.vscode-oss
10noblacklist ${HOME}/.config/Code 8noblacklist ${HOME}/.config/Code
11noblacklist ${HOME}/.config/Code - OSS 9noblacklist ${HOME}/.config/Code - OSS
10noblacklist ${HOME}/.pythonrc.py
11noblacklist ${HOME}/.vscode
12noblacklist ${HOME}/.vscode-oss
12 13
13include disable-common.inc 14include disable-common.inc
14include disable-passwdmgr.inc 15include disable-passwdmgr.inc