aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar SkewedZeppelin <8296104+SkewedZeppelin@users.noreply.github.com>2018-11-27 20:23:03 +0000
committerLibravatar GitHub <noreply@github.com>2018-11-27 20:23:03 +0000
commit49bd0c328e67e01249a40817b014468ef7417e6c (patch)
treea04a512e4c15810b7f0d73061c43a272f1fb12bb
parentmerges (diff)
parentallowing local python* in mpv and youtube-dl #2262 (diff)
downloadfirejail-49bd0c328e67e01249a40817b014468ef7417e6c.tar.gz
firejail-49bd0c328e67e01249a40817b014468ef7417e6c.tar.zst
firejail-49bd0c328e67e01249a40817b014468ef7417e6c.zip
Merge pull request #2275 from pirate486743186/python-local
allowing local python* in mpv and youtube-dl #2262
-rw-r--r--etc/mpv.profile2
-rw-r--r--etc/youtube-dl.profile2
2 files changed, 4 insertions, 0 deletions
diff --git a/etc/mpv.profile b/etc/mpv.profile
index 3d73a8eae..cf113c1bb 100644
--- a/etc/mpv.profile
+++ b/etc/mpv.profile
@@ -16,6 +16,8 @@ noblacklist ${PATH}/python2*
16noblacklist ${PATH}/python3* 16noblacklist ${PATH}/python3*
17noblacklist /usr/lib/python2* 17noblacklist /usr/lib/python2*
18noblacklist /usr/lib/python3* 18noblacklist /usr/lib/python3*
19noblacklist /usr/local/lib/python2*
20noblacklist /usr/local/lib/python3*
19 21
20include disable-common.inc 22include disable-common.inc
21include disable-devel.inc 23include disable-devel.inc
diff --git a/etc/youtube-dl.profile b/etc/youtube-dl.profile
index a9868b5ac..e0a79498e 100644
--- a/etc/youtube-dl.profile
+++ b/etc/youtube-dl.profile
@@ -16,6 +16,8 @@ noblacklist ${PATH}/python2*
16noblacklist ${PATH}/python3* 16noblacklist ${PATH}/python3*
17noblacklist /usr/lib/python2* 17noblacklist /usr/lib/python2*
18noblacklist /usr/lib/python3* 18noblacklist /usr/lib/python3*
19noblacklist /usr/local/lib/python2*
20noblacklist /usr/local/lib/python3*
19 21
20include disable-common.inc 22include disable-common.inc
21include disable-devel.inc 23include disable-devel.inc