[PR #3950] [MERGED] disable-interpreters.inc: blacklist the other libmozjs #4964

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/3950
Author: @kmk3
Created: 2/6/2021
Status: Merged
Merged: 2/7/2021
Merged by: @rusty-snake

Base: masterHead: di-fixes


📝 Commits (2)

  • cd6f7af disable-interpreters.inc: sort paths
  • 0ddc816 disable-interpreters.inc: blacklist the other libmozjs

📊 Changes

2 files changed (+5 additions, -3 deletions)

View changed files

📝 etc/inc/allow-gjs.inc (+2 -1)
📝 etc/inc/disable-interpreters.inc (+3 -2)

📄 Description

And sort the paths on allow-gjs.inc.

$ pacman -Q js78
js78 78.6.0-1
$ pacman -Qlq js78 | grep -v /usr/include/
/usr/
/usr/bin/
/usr/bin/js78
/usr/bin/js78-config
/usr/lib/
/usr/lib/libmozjs-78.so
/usr/lib/pkgconfig/
/usr/lib/pkgconfig/mozjs-78.pc

This appears to be the only counterpart path missing when looking at the
current lib64 entries with:

$ grep -Fnr lib64 etc

Note: As mentioned on #3845, please don't squash any commits; use normal merge
or rebase instead.


🔄 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/3950 **Author:** [@kmk3](https://github.com/kmk3) **Created:** 2/6/2021 **Status:** ✅ Merged **Merged:** 2/7/2021 **Merged by:** [@rusty-snake](https://github.com/rusty-snake) **Base:** `master` ← **Head:** `di-fixes` --- ### 📝 Commits (2) - [`cd6f7af`](https://github.com/netblue30/firejail/commit/cd6f7aff11b1dd7f1377719363170f7ae6d70c5a) disable-interpreters.inc: sort paths - [`0ddc816`](https://github.com/netblue30/firejail/commit/0ddc8160bf18b628842da8fbaf51a7e72c0dd336) disable-interpreters.inc: blacklist the other libmozjs ### 📊 Changes **2 files changed** (+5 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `etc/inc/allow-gjs.inc` (+2 -1) 📝 `etc/inc/disable-interpreters.inc` (+3 -2) </details> ### 📄 Description And sort the paths on allow-gjs.inc. $ pacman -Q js78 js78 78.6.0-1 $ pacman -Qlq js78 | grep -v /usr/include/ /usr/ /usr/bin/ /usr/bin/js78 /usr/bin/js78-config /usr/lib/ /usr/lib/libmozjs-78.so /usr/lib/pkgconfig/ /usr/lib/pkgconfig/mozjs-78.pc This appears to be the only counterpart path missing when looking at the current lib64 entries with: $ grep -Fnr lib64 etc --- Note: As mentioned on #3845, please don't squash any commits; use normal merge or rebase instead. --- <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:29:50 -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#4964
No description provided.