mirror of
https://github.com/safedep/pmg.git
synced 2026-08-03 07:24:09 +02:00
fix: Sandbox Allow network bind for npx (#151)
* feat: Add support for network bind * chore: Add comments for bwrap sandbox
This commit is contained in:
@@ -13,6 +13,9 @@ package_managers:
|
||||
# in parent profiles in the future.
|
||||
allow_pty: true
|
||||
|
||||
# npx generators and dev servers frequently need to bind to localhost ports
|
||||
allow_network_bind: true
|
||||
|
||||
filesystem:
|
||||
# Add write permissions for common generator outputs
|
||||
allow_write:
|
||||
|
||||
Reference in New Issue
Block a user