From 41b62007245ad7a1814b2cd2e59b7deab18eccdd Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Sun, 20 Mar 2022 07:45:08 +0000 Subject: [PATCH] Create npx.profile --- etc/profile-m-z/npx.profile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 etc/profile-m-z/npx.profile diff --git a/etc/profile-m-z/npx.profile b/etc/profile-m-z/npx.profile new file mode 100644 index 000000000..6d5602c88 --- /dev/null +++ b/etc/profile-m-z/npx.profile @@ -0,0 +1,11 @@ +# Firejail profile for npx +# Description: Part of the Node.js stack +quiet +# This file is overwritten after every install/update +# Persistent local customizations +include npx.local +# Persistent global definitions +include globals.local + +# Redirect +include nodejs-common.profile