aboutsummaryrefslogtreecommitdiffstats
path: root/etc/smplayer.profile
diff options
context:
space:
mode:
authorLibravatar grizzlyuser <grizzlyuser@protonmail.com>2019-04-22 11:35:34 +0300
committerLibravatar Vincent43 <31109921+Vincent43@users.noreply.github.com>2019-04-22 15:53:14 +0000
commit835f05c7c4b840fdb160278d7e111f3002e2dd50 (patch)
tree70111422b442a5e28dde8a2d8e98941a556e3f72 /etc/smplayer.profile
parenttypo (diff)
downloadfirejail-835f05c7c4b840fdb160278d7e111f3002e2dd50.tar.gz
firejail-835f05c7c4b840fdb160278d7e111f3002e2dd50.tar.zst
firejail-835f05c7c4b840fdb160278d7e111f3002e2dd50.zip
smplayer: Add support for youtube-dl
Diffstat (limited to 'etc/smplayer.profile')
-rw-r--r--etc/smplayer.profile10
1 files changed, 9 insertions, 1 deletions
diff --git a/etc/smplayer.profile b/etc/smplayer.profile
index e347d23d6..5ae498ab2 100644
--- a/etc/smplayer.profile
+++ b/etc/smplayer.profile
@@ -11,6 +11,14 @@ noblacklist ${HOME}/.mplayer
11noblacklist ${MUSIC} 11noblacklist ${MUSIC}
12noblacklist ${VIDEOS} 12noblacklist ${VIDEOS}
13 13
14# Allow python (blacklisted by disable-interpreters.inc)
15noblacklist ${PATH}/python2*
16noblacklist ${PATH}/python3*
17noblacklist /usr/lib/python2*
18noblacklist /usr/lib/python3*
19noblacklist /usr/local/lib/python2*
20noblacklist /usr/local/lib/python3*
21
14include disable-common.inc 22include disable-common.inc
15include disable-devel.inc 23include disable-devel.inc
16include disable-exec.inc 24include disable-exec.inc
@@ -33,7 +41,7 @@ protocol unix,inet,inet6,netlink
33seccomp 41seccomp
34shell none 42shell none
35 43
36private-bin smplayer,smtube,mplayer,mpv 44private-bin smplayer,smtube,mplayer,mpv,youtube-dl,python*,env
37private-dev 45private-dev
38private-tmp 46private-tmp
39 47