From 8012fef42dbd0ef94d58b511fe2b334a2d3dedb2 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Sun, 20 Mar 2022 06:56:22 +0000 Subject: 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). --- etc/profile-m-z/nvm.profile | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 etc/profile-m-z/nvm.profile (limited to 'etc/profile-m-z') 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 @@ -# Firejail profile for nvm -# Description: Node Version Manager - Simple bash script to manage multiple active node.js versions -quiet -# This file is overwritten after every install/update -# Persistent local customizations -include nvm.local -# Persistent global definitions -include globals.local - -ignore noroot - -# Redirect -include nodejs-common.profile -- cgit v1.2.3-70-g09d2