[PR #6150] [MERGED] profiles: use only /usr/share/lua* #5845

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/6150
Author: @kmk3
Created: 1/6/2024
Status: Merged
Merged: 1/8/2024
Merged by: @kmk3

Base: masterHead: profiles-fix-lua-share


📝 Commits (1)

  • 15de8b5 profiles: use only /usr/share/lua*

📊 Changes

4 files changed (+1 additions, -4 deletions)

View changed files

📝 etc/inc/allow-lua.inc (+0 -1)
📝 etc/profile-a-l/firefox-common-addons.profile (+0 -1)
📝 etc/profile-m-z/mpv.profile (+0 -1)
📝 etc/profile-m-z/rhythmbox.profile (+1 -1)

📄 Description

To ensure that it includes luajit paths as well:

  • /usr/share/lua
  • /usr/share/luajit-2.1

And remove all entries of the same path without the wildcard, to avoid
redundancy.

Misc: The wildcard entries were added on commit 56b60dfd0 ("additional
Lua blacklisting (#3246)", 2020-02-24) and the entries without the
wildcard were partially removed on commit 721a984a5 ("Fix Lua in
disable-interpreters.inc", 2020-02-24).

This is a follow-up to #6128.

Reported-by: @pirate486743186


🔄 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/6150 **Author:** [@kmk3](https://github.com/kmk3) **Created:** 1/6/2024 **Status:** ✅ Merged **Merged:** 1/8/2024 **Merged by:** [@kmk3](https://github.com/kmk3) **Base:** `master` ← **Head:** `profiles-fix-lua-share` --- ### 📝 Commits (1) - [`15de8b5`](https://github.com/netblue30/firejail/commit/15de8b57834ede8a9b521c23122773751b47da12) profiles: use only /usr/share/lua* ### 📊 Changes **4 files changed** (+1 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `etc/inc/allow-lua.inc` (+0 -1) 📝 `etc/profile-a-l/firefox-common-addons.profile` (+0 -1) 📝 `etc/profile-m-z/mpv.profile` (+0 -1) 📝 `etc/profile-m-z/rhythmbox.profile` (+1 -1) </details> ### 📄 Description To ensure that it includes luajit paths as well: * /usr/share/lua * /usr/share/luajit-2.1 And remove all entries of the same path without the wildcard, to avoid redundancy. Misc: The wildcard entries were added on commit 56b60dfd0 ("additional Lua blacklisting (#3246)", 2020-02-24) and the entries without the wildcard were partially removed on commit 721a984a5 ("Fix Lua in disable-interpreters.inc", 2020-02-24). This is a follow-up to #6128. Reported-by: @pirate486743186 --- <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:45:59 -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#5845
No description provided.