[PR #4596] New profile: luarocks #5201

Open
opened 2026-05-05 10:34:06 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/4596
Author: @matu3ba
Created: 10/7/2021
Status: 🔄 Open

Base: masterHead: luarocks


📝 Commits (10+)

  • 990ffbb Add profile for luarocks
  • eb7dab0 use allow-lua as its smaller.
  • 4e670d2 remove disable-write-mnt
  • 5df4c63 shortening (default-disabled) private-etc
  • f6f0021 remove private-bin and s/allow/whitelist
  • 65242d9 add luarocks to firecfg.config
  • 4c5ca65 fix allow-lua.inc and disable-interpreters.inc
  • 161df63 add seccomp.block-secondary
  • 29ef011 update luarocks profile
  • e610d2e Merge branch 'luarocks' of github.com:matu3ba/firejail into luarocks

📊 Changes

3 files changed (+73 additions, -1 deletions)

View changed files

📝 etc/inc/allow-lua.inc (+0 -1)
etc/profile-a-l/luarocks.profile (+72 -0)
📝 src/firecfg/firecfg.config (+1 -0)

📄 Description

DO NOT MERGE! Please review.

MERGE BLOCKER: firecfg does not create the necessary symlink in
/usr/local/bin
/usr/bin/luarocks however is a proper working binary.

Another annoyance from this: Neovim has a package manager called packer,
which pollutes $HOME with manifest-5-[1-4].zip and a pile of .rockspec
and .src.rock files.


🔄 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/4596 **Author:** [@matu3ba](https://github.com/matu3ba) **Created:** 10/7/2021 **Status:** 🔄 Open **Base:** `master` ← **Head:** `luarocks` --- ### 📝 Commits (10+) - [`990ffbb`](https://github.com/netblue30/firejail/commit/990ffbb86919c12d5b2712b7d422d680eaea2d04) Add profile for luarocks - [`eb7dab0`](https://github.com/netblue30/firejail/commit/eb7dab0b20163bd3652992c25840aa8a2bbf411f) use allow-lua as its smaller. - [`4e670d2`](https://github.com/netblue30/firejail/commit/4e670d261dec95b41d4681ce23d0e9ddca83ee63) remove disable-write-mnt - [`5df4c63`](https://github.com/netblue30/firejail/commit/5df4c63fa2af6a746f0126a465078ddab9948efa) shortening (default-disabled) private-etc - [`f6f0021`](https://github.com/netblue30/firejail/commit/f6f002193947ac01175768280e7aa350fe30d952) remove private-bin and s/allow/whitelist - [`65242d9`](https://github.com/netblue30/firejail/commit/65242d9b4675dfa2c1d30ac9d005a45aa340a46f) add luarocks to firecfg.config - [`4c5ca65`](https://github.com/netblue30/firejail/commit/4c5ca6510d91198f32b664e74accae1a4fd61f6d) fix allow-lua.inc and disable-interpreters.inc - [`161df63`](https://github.com/netblue30/firejail/commit/161df63a32a9e4a8b615a1d67cc732c994069d31) add seccomp.block-secondary - [`29ef011`](https://github.com/netblue30/firejail/commit/29ef01119b6dc1eccf07b965782a6a84a3aa73cf) update luarocks profile - [`e610d2e`](https://github.com/netblue30/firejail/commit/e610d2e117078e58160fad924c4043d45e6da0c6) Merge branch 'luarocks' of github.com:matu3ba/firejail into luarocks ### 📊 Changes **3 files changed** (+73 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `etc/inc/allow-lua.inc` (+0 -1) ➕ `etc/profile-a-l/luarocks.profile` (+72 -0) 📝 `src/firecfg/firecfg.config` (+1 -0) </details> ### 📄 Description DO NOT MERGE! Please review. MERGE BLOCKER: firecfg does not create the necessary symlink in /usr/local/bin /usr/bin/luarocks however is a proper working binary. Another annoyance from this: Neovim has a package manager called packer, which pollutes $HOME with manifest-5-[1-4].zip and a pile of .rockspec and .src.rock files. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror added the
pull-request
label 2026-05-05 10:34:06 -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#5201
No description provided.