From 9f287f01b4ad4a56f26bb7b8996e02c9ae9681d9 Mon Sep 17 00:00:00 2001 From: Tad Date: Thu, 5 Apr 2018 19:13:31 -0400 Subject: Lollypop needs python --- etc/lollypop.profile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'etc') diff --git a/etc/lollypop.profile b/etc/lollypop.profile index 596da5925..1eef6db3b 100644 --- a/etc/lollypop.profile +++ b/etc/lollypop.profile @@ -5,6 +5,12 @@ include /etc/firejail/lollypop.local # Persistent global definitions include /etc/firejail/globals.local +# Allow python (blacklisted by disable-interpreters.inc) +noblacklist ${PATH}/python2* +noblacklist ${PATH}/python3* +noblacklist /usr/lib/python2* +noblacklist /usr/lib/python3* + noblacklist ${HOME}/.local/share/lollypop include /etc/firejail/disable-common.inc -- cgit v1.2.3-54-g00ecf