diff --git a/etc/profile-a-l/firefox-common-addons.profile b/etc/profile-a-l/firefox-common-addons.profile index bf811cb2d5..2774c12b2e 100644 --- a/etc/profile-a-l/firefox-common-addons.profile +++ b/etc/profile-a-l/firefox-common-addons.profile @@ -37,6 +37,9 @@ noblacklist ${HOME}/.local/share/qpdfview noblacklist ${HOME}/.local/state/mpv noblacklist ${HOME}/.netrc +# Allow lua (blacklisted by disable-interpreters.inc) +include allow-lua.inc + whitelist ${HOME}/.cache/gnome-mplayer/plugin whitelist ${HOME}/.cache/mpv whitelist ${HOME}/.cache/youtube-dl/youtube-sigfuncs diff --git a/etc/profile-m-z/QMediathekView.profile b/etc/profile-m-z/QMediathekView.profile index eb0dbba2bf..a2a887a568 100644 --- a/etc/profile-m-z/QMediathekView.profile +++ b/etc/profile-m-z/QMediathekView.profile @@ -21,6 +21,9 @@ noblacklist ${HOME}/.local/state/mpv noblacklist ${HOME}/.mplayer noblacklist ${VIDEOS} +# Allow lua (blacklisted by disable-interpreters.inc) +include allow-lua.inc + include disable-common.inc include disable-devel.inc include disable-exec.inc diff --git a/etc/profile-m-z/mediathekview.profile b/etc/profile-m-z/mediathekview.profile index ef0c8bcc9c..fa00a8f0f2 100644 --- a/etc/profile-m-z/mediathekview.profile +++ b/etc/profile-m-z/mediathekview.profile @@ -24,6 +24,9 @@ ignore noexec /tmp # Allow java (blacklisted by disable-devel.inc) include allow-java.inc +# Allow lua (blacklisted by disable-interpreters.inc) +include allow-lua.inc + include disable-common.inc include disable-devel.inc include disable-exec.inc diff --git a/etc/profile-m-z/rtv-addons.profile b/etc/profile-m-z/rtv-addons.profile index 3098cf0a09..7af7241d08 100644 --- a/etc/profile-m-z/rtv-addons.profile +++ b/etc/profile-m-z/rtv-addons.profile @@ -18,6 +18,9 @@ noblacklist ${HOME}/.mailcap noblacklist ${HOME}/.netrc noblacklist ${HOME}/.w3m +# Allow lua (blacklisted by disable-interpreters.inc) +include allow-lua.inc + whitelist ${HOME}/.cache/mpv whitelist ${HOME}/.cache/youtube-dl/youtube-sigfuncs whitelist ${HOME}/.config/mpv diff --git a/etc/profile-m-z/smtube.profile b/etc/profile-m-z/smtube.profile index 7debd40574..44da02c5b1 100644 --- a/etc/profile-m-z/smtube.profile +++ b/etc/profile-m-z/smtube.profile @@ -17,6 +17,9 @@ noblacklist ${HOME}/.mplayer noblacklist ${MUSIC} noblacklist ${VIDEOS} +# Allow lua (blacklisted by disable-interpreters.inc) +include allow-lua.inc + include disable-common.inc include disable-devel.inc include disable-exec.inc