aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2018-04-05 19:13:31 -0400
committerLibravatar Tad <tad@spotco.us>2018-04-05 19:13:31 -0400
commit9f287f01b4ad4a56f26bb7b8996e02c9ae9681d9 (patch)
tree27992489f2c08c9e9553e2c6df3282728ac8fec9
parentuser access database in /etc/firejail/firejail.users - more to come (diff)
downloadfirejail-9f287f01b4ad4a56f26bb7b8996e02c9ae9681d9.tar.gz
firejail-9f287f01b4ad4a56f26bb7b8996e02c9ae9681d9.tar.zst
firejail-9f287f01b4ad4a56f26bb7b8996e02c9ae9681d9.zip
Lollypop needs python
-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