From 30c30f57fe901aab2dbf86b9573fefc181716346 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Tue, 24 Oct 2023 23:53:15 +0000 Subject: profiles: Extend node stack support for pnpm (#6063) * nodejs-common: add pnpm support * disable-programs.inc: add pnpm support * Create pnpm.profile * Create pnpx.profile --- etc/profile-m-z/pnpm.profile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 etc/profile-m-z/pnpm.profile (limited to 'etc/profile-m-z/pnpm.profile') diff --git a/etc/profile-m-z/pnpm.profile b/etc/profile-m-z/pnpm.profile new file mode 100644 index 000000000..08f88be43 --- /dev/null +++ b/etc/profile-m-z/pnpm.profile @@ -0,0 +1,11 @@ +# Firejail profile for pnpm +# Description: Fast, disk space efficient package manager +quiet +# This file is overwritten after every install/update +# Persistent local customizations +include pnpm.local +# Persistent global definitions +include globals.local + +# Redirect +include nodejs-common.profile -- cgit v1.2.3-54-g00ecf