aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2022-03-20 06:56:22 +0000
committerLibravatar GitHub <noreply@github.com>2022-03-20 06:56:22 +0000
commit8012fef42dbd0ef94d58b511fe2b334a2d3dedb2 (patch)
tree0c4f0a5cdd7853418a6baad227074de4182501db
parentcurl: add nvm support comment (diff)
downloadfirejail-8012fef42dbd0ef94d58b511fe2b334a2d3dedb2.tar.gz
firejail-8012fef42dbd0ef94d58b511fe2b334a2d3dedb2.tar.zst
firejail-8012fef42dbd0ef94d58b511fe2b334a2d3dedb2.zip
nvm: remove profile
[nvm](https://github.com/nvm-sh/nvm) is implemented as a sourced shell function, not an executable binary. Regular sandboxing doesn't work but we can add nvm support to the applications used by it internally (curl, sha256sum, tar & wget).
-rw-r--r--etc/profile-m-z/nvm.profile13
1 files changed, 0 insertions, 13 deletions
diff --git a/etc/profile-m-z/nvm.profile b/etc/profile-m-z/nvm.profile
deleted file mode 100644
index 80da22834..000000000
--- a/etc/profile-m-z/nvm.profile
+++ /dev/null
@@ -1,13 +0,0 @@
1# Firejail profile for nvm
2# Description: Node Version Manager - Simple bash script to manage multiple active node.js versions
3quiet
4# This file is overwritten after every install/update
5# Persistent local customizations
6include nvm.local
7# Persistent global definitions
8include globals.local
9
10ignore noroot
11
12# Redirect
13include nodejs-common.profile