[PR #3243] [MERGED] profiles: mpv: allow lua #4692

Closed
opened 2026-05-05 10:24:51 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/3243
Author: @ghost
Created: 2/24/2020
Status: Merged
Merged: 2/24/2020
Merged by: @undefined

Base: masterHead: mpv


📝 Commits (3)

  • d7e672c allow lua in mpv.profile
  • 1e13b52 fix allow-lua.inc for mpv
  • 45aa0a7 extra lua blacklisting for mpv

📊 Changes

3 files changed (+4 additions, -0 deletions)

View changed files

📝 etc/allow-lua.inc (+1 -0)
📝 etc/disable-interpreters.inc (+1 -0)
📝 etc/mpv.profile (+2 -0)

📄 Description

On Arch mpv needs access to lua:

$ pacman -Q mpv
mpv 1:0.32.0-1
$ firejail /usr/bin/mpv ~/Downloads/video.mp4
/usr/bin/mpv: error while loading shared libraries: liblua5.2.so.5.2: cannot open shared object file: Permission denied

On a side-note, Python support (enabled in the mpv profile) doesn't seem to be needed, at least not on Arch. Need to check on a Ubuntu machine to confirm.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/3243 **Author:** [@ghost](https://github.com/ghost) **Created:** 2/24/2020 **Status:** ✅ Merged **Merged:** 2/24/2020 **Merged by:** [@undefined](undefined) **Base:** `master` ← **Head:** `mpv` --- ### 📝 Commits (3) - [`d7e672c`](https://github.com/netblue30/firejail/commit/d7e672cac827343e12f05134d467707a9f055376) allow lua in mpv.profile - [`1e13b52`](https://github.com/netblue30/firejail/commit/1e13b521729d57ba25541480d144a8d68ec284dd) fix allow-lua.inc for mpv - [`45aa0a7`](https://github.com/netblue30/firejail/commit/45aa0a730704d1dd01a51655d20d7b730680e1d9) extra lua blacklisting for mpv ### 📊 Changes **3 files changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `etc/allow-lua.inc` (+1 -0) 📝 `etc/disable-interpreters.inc` (+1 -0) 📝 `etc/mpv.profile` (+2 -0) </details> ### 📄 Description On Arch mpv needs access to lua: ``` $ pacman -Q mpv mpv 1:0.32.0-1 $ firejail /usr/bin/mpv ~/Downloads/video.mp4 /usr/bin/mpv: error while loading shared libraries: liblua5.2.so.5.2: cannot open shared object file: Permission denied ``` On a side-note, Python support (enabled in the mpv profile) doesn't seem to be needed, at least not on Arch. Need to check on a Ubuntu machine to confirm. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:24:51 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#4692
No description provided.