aboutsummaryrefslogtreecommitdiffstats
path: root/etc/disable-interpreters.inc
diff options
context:
space:
mode:
authorLibravatar ಚಿರಾಗ್ ನಟರಾಜ್ <chiraag.nataraj@gmail.com>2018-07-11 11:28:05 -0400
committerLibravatar ಚಿರಾಗ್ ನಟರಾಜ್ <chiraag.nataraj@gmail.com>2018-07-11 11:28:05 -0400
commit968679691c3d2920f65f6d748389a42f0de3471c (patch)
tree96098e24aad8a56dd15ad45544492f6726233b43 /etc/disable-interpreters.inc
parenttunneling support - tap interface in --net option (diff)
downloadfirejail-968679691c3d2920f65f6d748389a42f0de3471c.tar.gz
firejail-968679691c3d2920f65f6d748389a42f0de3471c.tar.zst
firejail-968679691c3d2920f65f6d748389a42f0de3471c.zip
Add warning that nodbus + blacklist of python3 breaks Gnome connector (see #2026)
Diffstat (limited to 'etc/disable-interpreters.inc')
-rw-r--r--etc/disable-interpreters.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/disable-interpreters.inc b/etc/disable-interpreters.inc
index 18120e95d..0e0caade1 100644
--- a/etc/disable-interpreters.inc
+++ b/etc/disable-interpreters.inc
@@ -39,6 +39,8 @@ blacklist /usr/lib/python2*
39blacklist /usr/local/lib/python2* 39blacklist /usr/local/lib/python2*
40blacklist /usr/share/python2* 40blacklist /usr/share/python2*
41 41
42# You will want to add noblacklist for python3 stuff in the firefox and/or chromium profiles if you use the Gnome connector (see Issue #2026)
43
42# Python 3 44# Python 3
43blacklist ${PATH}/python3* 45blacklist ${PATH}/python3*
44blacklist /usr/include/python3* 46blacklist /usr/include/python3*