[PR #3876] [MERGED] refactor nodejs applications (npm & yarn) #4923

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/3876
Author: @ghost
Created: 1/8/2021
Status: Merged
Merged: 1/11/2021
Merged by: @undefined

Base: masterHead: nodejs


📝 Commits (10+)

📊 Changes

7 files changed (+109 additions, -49 deletions)

View changed files

📝 README.md (+1 -1)
📝 etc/inc/allow-common-devel.inc (+9 -4)
📝 etc/inc/disable-common.inc (+2 -0)
📝 etc/inc/disable-programs.inc (+5 -0)
etc/profile-m-z/nodejs-common.profile (+54 -0)
📝 etc/profile-m-z/npm.profile (+9 -44)
etc/profile-m-z/yarn.profile (+29 -0)

📄 Description

This PR does the following:

  • add new yarn.profile
  • add new nodejs-common.profile (common for npm & yarn)
  • refactor npm.profile

🔄 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/3876 **Author:** [@ghost](https://github.com/ghost) **Created:** 1/8/2021 **Status:** ✅ Merged **Merged:** 1/11/2021 **Merged by:** [@undefined](undefined) **Base:** `master` ← **Head:** `nodejs` --- ### 📝 Commits (10+) - [`39f1d8b`](https://github.com/netblue30/firejail/commit/39f1d8bfd278caf65d0ce8eac36cc35dafb44895) add yarn & reorder - [`116920a`](https://github.com/netblue30/firejail/commit/116920a3a8054c7e8ecf2bc14a46ddd660696a38) add node-gyp & yarn files - [`cb3a4c2`](https://github.com/netblue30/firejail/commit/cb3a4c2ed08cedb3cb7eab9ae25bf86bcf45df8a) Create nodejs-common.profile - [`557cc4e`](https://github.com/netblue30/firejail/commit/557cc4efb17386198de854ea38381324dea4e46e) Create yarn.profile - [`06f2300`](https://github.com/netblue30/firejail/commit/06f23009cb5df607809f2f00f733b1cd4b7b1503) refactor npm.profile - [`656bb77`](https://github.com/netblue30/firejail/commit/656bb77bbe0d37363d173d9dd3e560f960baf535) add new profile: yarn - [`340ea13`](https://github.com/netblue30/firejail/commit/340ea1330ee7e51c702e454f82d1bb7a161bcabd) read-only's for npm/yarn - [`62247be`](https://github.com/netblue30/firejail/commit/62247bedefb385521a6c3779fef935a4e9b290a1) ignore read-only's for npm - [`491a78b`](https://github.com/netblue30/firejail/commit/491a78be8ddb57ccfeeefb553adaaa96e48bc666) ignore read-only for yarn - [`708c87a`](https://github.com/netblue30/firejail/commit/708c87a7cb2ea33893270f89c493f4810838531f) remove quiet from nodejs-common.profile ### 📊 Changes **7 files changed** (+109 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `etc/inc/allow-common-devel.inc` (+9 -4) 📝 `etc/inc/disable-common.inc` (+2 -0) 📝 `etc/inc/disable-programs.inc` (+5 -0) ➕ `etc/profile-m-z/nodejs-common.profile` (+54 -0) 📝 `etc/profile-m-z/npm.profile` (+9 -44) ➕ `etc/profile-m-z/yarn.profile` (+29 -0) </details> ### 📄 Description This PR does the following: - add new yarn.profile - add new nodejs-common.profile (common for npm & yarn) - refactor npm.profile --- <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:05 -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#4923
No description provided.