aboutsummaryrefslogtreecommitdiffstats
path: root/etc/lollypop.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/lollypop.profile')
-rw-r--r--etc/lollypop.profile6
1 files changed, 6 insertions, 0 deletions
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
5# Persistent global definitions 5# Persistent global definitions
6include /etc/firejail/globals.local 6include /etc/firejail/globals.local
7 7
8# Allow python (blacklisted by disable-interpreters.inc)
9noblacklist ${PATH}/python2*
10noblacklist ${PATH}/python3*
11noblacklist /usr/lib/python2*
12noblacklist /usr/lib/python3*
13
8noblacklist ${HOME}/.local/share/lollypop 14noblacklist ${HOME}/.local/share/lollypop
9 15
10include /etc/firejail/disable-common.inc 16include /etc/firejail/disable-common.inc