Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/reference/network-policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ The following endpoint groups are allowed by default:

* - `npm_registry`
- `registry.npmjs.org:443`
- `/usr/local/bin/openclaw`, `/usr/local/bin/npm`
- GET only
- `/usr/local/bin/openclaw`, `/usr/local/bin/npm`, `/usr/local/bin/node`
- All methods, all paths

* - `telegram`
- `api.telegram.org:443`
Expand Down
1 change: 1 addition & 0 deletions nemoclaw-blueprint/policies/openclaw-sandbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ network_policies:
binaries:
- { path: /usr/local/bin/openclaw }
- { path: /usr/local/bin/npm }
- { path: /usr/local/bin/node }

# ── Messaging — pre-allowed for agent notifications ────────────
# Telegram and Discord are open by default so the agent can send
Expand Down