mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
* Create node.profile * Create node-gyp.profile * refactor npm as redirect * Create npx.profile * Create nvm.profile * Create semver.profile * refactor yarn as redirect * collect node.js stack configuration in common profile * add ~/.nvm to node section * account for node-gyp python dependency * read-only ~/.nvm for node.js stack * blacklist ~/.nvm for node.js stack * move env var comment cfr. profile.template * Delete node-gyp.profile node-gyp is a shell script with a node shebang. We've got that covered via node.profile. * Delete npx.profile npx is a shell script with a node shebang. We've got that covered via node.profile. * Delete semver.profile semver is a shell script that calls node. We've got that covered via node.profile. * add node and nvm to new profiles section
10 lines
247 B
Text
10 lines
247 B
Text
# Firejail profile for yarn
|
|
# Description: Fast, reliable, and secure dependency management
|
|
quiet
|
|
# Persistent local customizations
|
|
include yarn.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
# Redirect
|
|
include nodejs-common.profile
|