aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/pnpm.profile
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2023-10-24 23:53:15 +0000
committerLibravatar GitHub <noreply@github.com>2023-10-24 23:53:15 +0000
commit30c30f57fe901aab2dbf86b9573fefc181716346 (patch)
tree0232d29d5aa6cbe63a457f6e41af980befb5e9a5 /etc/profile-m-z/pnpm.profile
parentMerge pull request #6064 from kmk3/profiles-dedup-dc-dp (diff)
downloadfirejail-30c30f57fe901aab2dbf86b9573fefc181716346.tar.gz
firejail-30c30f57fe901aab2dbf86b9573fefc181716346.tar.zst
firejail-30c30f57fe901aab2dbf86b9573fefc181716346.zip
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
Diffstat (limited to 'etc/profile-m-z/pnpm.profile')
-rw-r--r--etc/profile-m-z/pnpm.profile11
1 files changed, 11 insertions, 0 deletions
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 @@
1# Firejail profile for pnpm
2# Description: Fast, disk space efficient package manager
3quiet
4# This file is overwritten after every install/update
5# Persistent local customizations
6include pnpm.local
7# Persistent global definitions
8include globals.local
9
10# Redirect
11include nodejs-common.profile