-
Notifications
You must be signed in to change notification settings - Fork 3.1k
feat(policy): add Personal onboarding tier #8431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
f3bf8f1
feat(policy): add Personal onboarding tier
ericksoa 3ea4b02
test(policy): cover Personal hard ranges
ericksoa a4b05a1
test(policy): keep boundary setup linear
ericksoa ec94804
fix(policy): keep Brave scoped to OpenClaw
ericksoa de69e0d
merge: resolve conflicts with main
github-actions[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
49 changes: 49 additions & 0 deletions
49
nemoclaw-blueprint/policies/presets/personal-open-internet.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,49 @@ | ||
| # SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | ||
| # SPDX-License-Identifier: Apache-2.0 | ||
|
|
||
| preset: | ||
| name: personal-open-internet | ||
| description: "Broad TCP egress on destination ports 80 and 443 for trusted personal sandboxes" | ||
|
|
||
| network_policies: | ||
| personal_open_internet: | ||
| name: personal_open_internet | ||
| endpoints: | ||
| # OpenShell treats a hostless endpoint with allowed_ips as matching any | ||
| # requested host on these ports. It resolves the requested host and checks | ||
| # every address against the listed ranges. Omitting protocol keeps the | ||
| # connection at L4, without application protocol, HTTP method, or path | ||
| # inspection. | ||
| - ports: [80, 443] | ||
| allowed_ips: | ||
| - 1.0.0.0/8 | ||
| - 2.0.0.0/7 | ||
| - 4.0.0.0/6 | ||
| - 8.0.0.0/5 | ||
| - 16.0.0.0/4 | ||
| - 32.0.0.0/3 | ||
| - 64.0.0.0/3 | ||
| - 96.0.0.0/4 | ||
| - 112.0.0.0/5 | ||
| - 120.0.0.0/6 | ||
| - 124.0.0.0/7 | ||
| - 126.0.0.0/8 | ||
| - 128.0.0.0/3 | ||
| - 160.0.0.0/5 | ||
| - 168.0.0.0/8 | ||
| - 169.0.0.0/9 | ||
| - 169.128.0.0/10 | ||
| - 169.192.0.0/11 | ||
| - 169.224.0.0/12 | ||
| - 169.240.0.0/13 | ||
| - 169.248.0.0/14 | ||
| - 169.252.0.0/15 | ||
| - 169.255.0.0/16 | ||
| - 170.0.0.0/7 | ||
| - 172.0.0.0/6 | ||
| - 176.0.0.0/4 | ||
| - 192.0.0.0/2 | ||
| - 2000::/3 | ||
| - fc00::/7 | ||
| binaries: | ||
| - { path: "/**" } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.