[PR #5051] [CLOSED] [WIP] Node.js refactoring - again #5343

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/5051
Author: @ghost
Created: 3/15/2022
Status: Closed

Base: masterHead: nodejs-refactor


📝 Commits (10+)

📊 Changes

12 files changed (+114 additions, -133 deletions)

View changed files

📝 etc/inc/allow-nodejs.inc (+2 -0)
📝 etc/profile-a-l/curl.profile (+4 -0)
📝 etc/profile-m-z/node.profile (+96 -3)
etc/profile-m-z/nodejs-common.profile (+0 -95)
etc/profile-m-z/npm.profile (+0 -11)
etc/profile-m-z/nvm.profile (+0 -13)
📝 etc/profile-m-z/sha256sum.profile (+3 -0)
📝 etc/profile-m-z/tar.profile (+3 -0)
📝 etc/profile-m-z/webstorm.profile (+1 -1)
📝 etc/profile-m-z/webui-aria2.profile (+1 -0)
📝 etc/profile-m-z/wget.profile (+4 -0)
etc/profile-m-z/yarn.profile (+0 -10)

📄 Description

No description provided


🔄 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/5051 **Author:** [@ghost](https://github.com/ghost) **Created:** 3/15/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `nodejs-refactor` --- ### 📝 Commits (10+) - [`804cde6`](https://github.com/netblue30/firejail/commit/804cde69cff6055490edb9f596a3539b153dbbe3) refactor node.profile - [`26cae77`](https://github.com/netblue30/firejail/commit/26cae772fef83d64dbf9add6c5d1ae716aa8ed8c) delete nodejs-common.profile - [`027c8f3`](https://github.com/netblue30/firejail/commit/027c8f3e816f0a5f4abaa63ddfe0efdb9142acdd) delete npm.profile - [`7a364e8`](https://github.com/netblue30/firejail/commit/7a364e887c4c95a62531e5a3ee6ebb8e9a36e063) delete nvm.profile - [`122e76a`](https://github.com/netblue30/firejail/commit/122e76aaada27f3e6a86da75a3a81d7d30244d72) delete yarn.profile - [`8279eac`](https://github.com/netblue30/firejail/commit/8279eacfc45777dde55c2cc70c80a022088f144d) curl: add nvm support comment - [`9dcf183`](https://github.com/netblue30/firejail/commit/9dcf1832418cd0254bbae2c31e19d084c1a33cfb) sha256sum: add nvm support comment - [`ab14b74`](https://github.com/netblue30/firejail/commit/ab14b74b009c077c419c7e2634a09141dd54f61d) tar: add nvm support comment - [`49338ac`](https://github.com/netblue30/firejail/commit/49338ac4b74ce16bfc7da56b83c7ff3ea7c15143) wget: add nvm support comment - [`71dd1d2`](https://github.com/netblue30/firejail/commit/71dd1d2ebcbed53bd6ff42a1804f0cfa381834d2) webui-aria2: add support for nvm ### 📊 Changes **12 files changed** (+114 additions, -133 deletions) <details> <summary>View changed files</summary> 📝 `etc/inc/allow-nodejs.inc` (+2 -0) 📝 `etc/profile-a-l/curl.profile` (+4 -0) 📝 `etc/profile-m-z/node.profile` (+96 -3) ➖ `etc/profile-m-z/nodejs-common.profile` (+0 -95) ➖ `etc/profile-m-z/npm.profile` (+0 -11) ➖ `etc/profile-m-z/nvm.profile` (+0 -13) 📝 `etc/profile-m-z/sha256sum.profile` (+3 -0) 📝 `etc/profile-m-z/tar.profile` (+3 -0) 📝 `etc/profile-m-z/webstorm.profile` (+1 -1) 📝 `etc/profile-m-z/webui-aria2.profile` (+1 -0) 📝 `etc/profile-m-z/wget.profile` (+4 -0) ➖ `etc/profile-m-z/yarn.profile` (+0 -10) </details> ### 📄 Description _No description provided_ --- <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:36:43 -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#5343
No description provided.