aboutsummaryrefslogtreecommitdiffstats
path: root/etc/mpv.profile
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2020-02-24 17:18:53 +0000
committerLibravatar GitHub <noreply@github.com>2020-02-24 17:18:53 +0000
commitdb2bdaadd298ff1971ebbc51684bbf559884c881 (patch)
tree3721f10d8a04a03072b7b83eeb77abae3d8ef78d /etc/mpv.profile
parentprivate-dev: bringing back stdin, stdout, stderr, fd symbolic links (diff)
downloadfirejail-db2bdaadd298ff1971ebbc51684bbf559884c881.tar.gz
firejail-db2bdaadd298ff1971ebbc51684bbf559884c881.tar.zst
firejail-db2bdaadd298ff1971ebbc51684bbf559884c881.zip
add lua support for mpv (#3243)
* allow lua in mpv.profile * fix allow-lua.inc for mpv * extra lua blacklisting for mpv
Diffstat (limited to 'etc/mpv.profile')
-rw-r--r--etc/mpv.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/mpv.profile b/etc/mpv.profile
index 56cd66199..80c45d20b 100644
--- a/etc/mpv.profile
+++ b/etc/mpv.profile
@@ -11,6 +11,8 @@ noblacklist ${HOME}/.config/mpv
11noblacklist ${HOME}/.config/youtube-dl 11noblacklist ${HOME}/.config/youtube-dl
12noblacklist ${HOME}/.netrc 12noblacklist ${HOME}/.netrc
13 13
14# Allow lua (blacklisted by disable-interpreters.inc)
15include allow-lua.inc
14# Allow python (blacklisted by disable-interpreters.inc) 16# Allow python (blacklisted by disable-interpreters.inc)
15include allow-python2.inc 17include allow-python2.inc
16include allow-python3.inc 18include allow-python3.inc