mirror of
https://github.com/safedep/pmg.git
synced 2026-08-03 07:24:09 +02:00
refactor: Remove concept of PM_CACHE
This commit is contained in:
@@ -15,7 +15,12 @@ filesystem:
|
||||
- ${HOME}/.yarnrc
|
||||
- ${HOME}/.yarnrc.yml
|
||||
- ${HOME}/.bundle
|
||||
- ${PM_CACHE}/**
|
||||
- ${HOME}/.npm/**
|
||||
- ${HOME}/.pnpm-store/**
|
||||
- ${HOME}/.cache/pnpm/**
|
||||
- ${HOME}/.cache/yarn/**
|
||||
- ${HOME}/.yarn/cache/**
|
||||
- ${HOME}/.bun/install/cache/**
|
||||
- /usr/local/**
|
||||
- /Library/**
|
||||
- /System/Library/**
|
||||
@@ -23,7 +28,12 @@ filesystem:
|
||||
|
||||
allow_write:
|
||||
- ${CWD}/node_modules/**
|
||||
- ${PM_CACHE}/**
|
||||
- ${HOME}/.npm/**
|
||||
- ${HOME}/.pnpm-store/**
|
||||
- ${HOME}/.cache/pnpm/**
|
||||
- ${HOME}/.cache/yarn/**
|
||||
- ${HOME}/.yarn/cache/**
|
||||
- ${HOME}/.bun/install/cache/**
|
||||
- ${CWD}/package-lock.json
|
||||
- ${CWD}/yarn.lock
|
||||
- ${CWD}/pnpm-lock.yaml
|
||||
@@ -61,7 +71,12 @@ process:
|
||||
allow_exec:
|
||||
- /usr/bin/node
|
||||
- /usr/local/bin/node
|
||||
- ${PM_CACHE}/**
|
||||
- ${HOME}/.npm/**
|
||||
- ${HOME}/.pnpm-store/**
|
||||
- ${HOME}/.cache/pnpm/**
|
||||
- ${HOME}/.cache/yarn/**
|
||||
- ${HOME}/.yarn/cache/**
|
||||
- ${HOME}/.bun/install/cache/**
|
||||
- /usr/bin/git
|
||||
- /usr/local/bin/git
|
||||
|
||||
|
||||
@@ -14,7 +14,10 @@ filesystem:
|
||||
- ${HOME}/.config/pip/**
|
||||
- ${HOME}/.pip/**
|
||||
- ${HOME}/.poetry/**
|
||||
- ${PM_CACHE}/**
|
||||
- ${HOME}/.cache/pip/**
|
||||
- ${HOME}/.cache/pypoetry/**
|
||||
- ${HOME}/.cache/poetry/**
|
||||
- ${HOME}/.cache/uv/**
|
||||
- /usr/local/**
|
||||
- /Library/**
|
||||
- /System/Library/**
|
||||
@@ -22,7 +25,10 @@ filesystem:
|
||||
allow_write:
|
||||
- ${CWD}/.venv/**
|
||||
- ${CWD}/venv/**
|
||||
- ${PM_CACHE}/**
|
||||
- ${HOME}/.cache/pip/**
|
||||
- ${HOME}/.cache/pypoetry/**
|
||||
- ${HOME}/.cache/poetry/**
|
||||
- ${HOME}/.cache/uv/**
|
||||
- ${HOME}/.local/lib/python*/**
|
||||
- ${TMPDIR}/**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user