mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
* nodejs-common: add pnpm support * disable-programs.inc: add pnpm support * Create pnpm.profile * Create pnpx.profile
11 lines
295 B
Text
11 lines
295 B
Text
# 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
|