aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar pirate486743186 <okgomdjgbmoij@gmail.com>2018-11-26 03:34:14 +0100
committerLibravatar pirate486743186 <okgomdjgbmoij@gmail.com>2018-11-26 03:34:14 +0100
commitaee08f8309df47590050384bf232d8b97aec7de0 (patch)
tree749e0ee282b31e1a8ae8b84691514fa3c1c3e1ab
parentMerge pull request #2272 from veloute/firecfg (diff)
downloadfirejail-aee08f8309df47590050384bf232d8b97aec7de0.tar.gz
firejail-aee08f8309df47590050384bf232d8b97aec7de0.tar.zst
firejail-aee08f8309df47590050384bf232d8b97aec7de0.zip
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