aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar SkewedZeppelin <8296104+SkewedZeppelin@users.noreply.github.com>2018-11-27 23:33:11 +0000
committerLibravatar GitHub <noreply@github.com>2018-11-27 23:33:11 +0000
commit92bffc3341ec1d0495f8dd7949011190381e4338 (patch)
treeade9d463480400961b9a6f3e34e99835cf17fc32
parentMerge pull request #2275 from pirate486743186/python-local (diff)
parentallowing youtube-dl and python in gnome-mpv (diff)
downloadfirejail-92bffc3341ec1d0495f8dd7949011190381e4338.tar.gz
firejail-92bffc3341ec1d0495f8dd7949011190381e4338.tar.zst
firejail-92bffc3341ec1d0495f8dd7949011190381e4338.zip
Merge pull request #2279 from pirate486743186/patch-1
allowing youtube-dl and python in gnome-mpv
-rw-r--r--etc/gnome-mpv.profile10
1 files changed, 9 insertions, 1 deletions
diff --git a/etc/gnome-mpv.profile b/etc/gnome-mpv.profile
index ffb04add1..9bac59caf 100644
--- a/etc/gnome-mpv.profile
+++ b/etc/gnome-mpv.profile
@@ -10,6 +10,14 @@ noblacklist ${HOME}/.config/gnome-mpv
10noblacklist ${MUSIC} 10noblacklist ${MUSIC}
11noblacklist ${VIDEOS} 11noblacklist ${VIDEOS}
12 12
13# Allow python (blacklisted by disable-interpreters.inc)
14noblacklist ${PATH}/python2*
15noblacklist ${PATH}/python3*
16noblacklist /usr/lib/python2*
17noblacklist /usr/lib/python3*
18noblacklist /usr/local/lib/python2*
19noblacklist /usr/local/lib/python3*
20
13include disable-common.inc 21include disable-common.inc
14include disable-devel.inc 22include disable-devel.inc
15include disable-interpreters.inc 23include disable-interpreters.inc
@@ -29,7 +37,7 @@ protocol unix,inet,inet6
29seccomp 37seccomp
30shell none 38shell none
31 39
32private-bin gnome-mpv 40private-bin gnome-mpv,youtube-dl,python*,env
33private-dev 41private-dev
34private-tmp 42private-tmp
35 43