forked from NVIDIA/NemoClaw
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpolicy-permissive.yaml
More file actions
338 lines (316 loc) · 8.04 KB
/
Copy pathpolicy-permissive.yaml
File metadata and controls
338 lines (316 loc) · 8.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
# SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
#
# Permissive policy for OpenClaw — applied by `shields down`.
# All known OpenClaw-relevant endpoints opened with access: full (no L7 filtering).
# Filesystem: include_workdir: true makes the sandbox home directory writable.
#
# WARNING: This policy disables most sandbox security restrictions.
# Do not use in production.
version: 1
filesystem_policy:
include_workdir: true
read_only:
- /usr
- /lib
- /proc
- /dev/urandom
- /app
- /etc
- /run/nemoclaw/managed-startup-ca-bundle.pem
- /var/log
- /var/lib/dpkg # Allow package-version inspection without package mutation.
read_write:
- /tmp
- /dev/null
- /dev/pts # devpts PTY access for the tmux-session flow
# (#4513). Mirrors the baseline read_write so
# `shields down` does not remove a path
# (OpenShell rejects filesystem removals).
- /sandbox/.openclaw
- /sandbox/.nemoclaw
- /home/linuxbrew
landlock:
compatibility: best_effort
process:
run_as_user: sandbox
run_as_group: sandbox
network_policies:
nvidia:
name: nvidia
endpoints:
- host: integrate.api.nvidia.com
port: 443
protocol: rest
enforcement: enforce
access: full
binaries:
- { path: "/**" }
github:
name: github
endpoints:
- host: github.com
port: 443
protocol: rest
enforcement: enforce
access: full
- host: api.github.com
port: 443
protocol: rest
enforcement: enforce
access: full
binaries:
- { path: "/**" }
clawhub:
name: clawhub
endpoints:
- host: clawhub.ai
port: 443
protocol: rest
enforcement: enforce
# TODO(#4104): Remove if ClawHub stops encoding scope separators or
# OpenShell can preserve this route without an endpoint-level opt-in.
allow_encoded_slash: true
access: full
binaries:
- { path: "/**" }
openclaw_api:
name: openclaw_api
endpoints:
- host: openclaw.ai
port: 443
protocol: rest
enforcement: enforce
access: full
binaries:
- { path: "/**" }
openclaw_docs:
name: openclaw_docs
endpoints:
- host: docs.openclaw.ai
port: 443
protocol: rest
enforcement: enforce
access: full
binaries:
- { path: "/**" }
npm_registry:
name: npm_registry
endpoints:
- host: registry.npmjs.org
port: 443
protocol: rest
enforcement: enforce
access: full
- host: registry.yarnpkg.com
port: 443
protocol: rest
enforcement: enforce
access: full
binaries:
- { path: "/**" }
# ── Messaging endpoints ──
telegram:
name: telegram
endpoints:
- host: api.telegram.org
port: 443
protocol: rest
enforcement: enforce
access: full
binaries:
- { path: "/**" }
discord:
name: discord
endpoints:
- host: discord.com
port: 443
protocol: rest
enforcement: enforce
access: full
- host: gateway.discord.gg
port: 443
protocol: websocket
enforcement: enforce
websocket_credential_rewrite: true
rules:
- allow: { method: GET, path: "/**" }
- allow: { method: WEBSOCKET_TEXT, path: "/**" }
- host: "*.discord.gg"
port: 443
protocol: websocket
enforcement: enforce
websocket_credential_rewrite: true
rules:
- allow: { method: GET, path: "/**" }
- allow: { method: WEBSOCKET_TEXT, path: "/**" }
- host: cdn.discordapp.com
port: 443
protocol: rest
enforcement: enforce
access: full
- host: media.discordapp.net
port: 443
protocol: rest
enforcement: enforce
access: full
binaries:
- { path: "/**" }
slack:
name: slack
endpoints:
- host: slack.com
port: 443
protocol: rest
enforcement: enforce
request_body_credential_rewrite: true
access: full
- host: api.slack.com
port: 443
protocol: rest
enforcement: enforce
request_body_credential_rewrite: true
access: full
- host: hooks.slack.com
port: 443
protocol: rest
enforcement: enforce
request_body_credential_rewrite: true
access: full
- host: wss-primary.slack.com
port: 443
protocol: websocket
enforcement: enforce
websocket_credential_rewrite: true
rules:
- allow: { method: GET, path: "/**" }
- allow: { method: WEBSOCKET_TEXT, path: "/**" }
- host: wss-backup.slack.com
port: 443
protocol: websocket
enforcement: enforce
websocket_credential_rewrite: true
rules:
- allow: { method: GET, path: "/**" }
- allow: { method: WEBSOCKET_TEXT, path: "/**" }
binaries:
- { path: "/**" }
# ── Third-party services ──
brew:
name: brew
endpoints:
- host: formulae.brew.sh
port: 443
protocol: rest
enforcement: enforce
access: full
- host: ghcr.io
port: 443
protocol: rest
enforcement: enforce
access: full
- host: raw.githubusercontent.com
port: 443
protocol: rest
enforcement: enforce
access: full
- host: objects.githubusercontent.com
port: 443
protocol: rest
enforcement: enforce
access: full
- host: pkg-containers.githubusercontent.com
port: 443
protocol: rest
enforcement: enforce
access: full
binaries:
- { path: "/**" }
jira:
name: jira
endpoints:
- host: "*.atlassian.net"
port: 443
protocol: rest
enforcement: enforce
access: full
- host: api.atlassian.com
port: 443
protocol: rest
enforcement: enforce
access: full
- host: auth.atlassian.com
port: 443
protocol: rest
enforcement: enforce
access: full
binaries:
- { path: "/**" }
outlook:
name: outlook
endpoints:
- host: outlook.office365.com
port: 443
protocol: rest
enforcement: enforce
access: full
- host: outlook.office.com
port: 443
protocol: rest
enforcement: enforce
access: full
- host: graph.microsoft.com
port: 443
protocol: rest
enforcement: enforce
access: full
- host: login.microsoftonline.com
port: 443
protocol: rest
enforcement: enforce
access: full
binaries:
- { path: "/**" }
huggingface:
name: huggingface
endpoints:
- host: huggingface.co
port: 443
protocol: rest
enforcement: enforce
access: full
- host: cdn-lfs.huggingface.co
port: 443
protocol: rest
enforcement: enforce
access: full
- host: router.huggingface.co
port: 443
protocol: rest
enforcement: enforce
access: full
binaries:
- { path: "/**" }
brave:
name: brave
endpoints:
- host: api.search.brave.com
port: 443
protocol: rest
enforcement: enforce
access: full
binaries:
- { path: "/**" }
# Shields-down policies intentionally keep full host and binary scope. The
# maintained Tavily preset and provider profiles constrain normal access.
tavily:
name: tavily
endpoints:
- host: api.tavily.com
port: 443
protocol: rest
enforcement: enforce
request_body_credential_rewrite: true
access: full
binaries:
- { path: "/**" }