Skip to content
Merged
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
2 changes: 1 addition & 1 deletion docs/reference/enterprise-readiness.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Each row links to deeper documentation and, when a concrete fix is in progress,

<AgentOnly variant="openclaw">
For remote deployment specifics, refer to [Deploy to Remote GPU Instances](../deployment/deploy-to-remote-gpu) and [Brev Web UI](../deployment/brev-web-ui).
For container-level hardening beyond the entrypoint defaults, refer to [Sandbox Hardening](../deployment/sandbox-hardening).
For container-level hardening beyond the entrypoint defaults, refer to [Sandbox Hardening](../manage-sandboxes/sandbox-hardening).
</AgentOnly>
<AgentOnly variant="hermes">
For remote deployment and Brev specifics, refer to the Brev section of the [Troubleshooting](troubleshooting#brev) guide.
Expand Down
4 changes: 2 additions & 2 deletions docs/security/best-practices.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ The container runtime spawns a `$$nemoclaw connect` shell outside that tree, so

<AgentOnly variant="openclaw">
For additional protection, pass `--cap-drop=ALL` with `docker run` or Compose.
Refer to [Sandbox Hardening](../deployment/sandbox-hardening).
Refer to [Sandbox Hardening](../manage-sandboxes/sandbox-hardening).
</AgentOnly>

| Aspect | Detail |
Expand Down Expand Up @@ -658,7 +658,7 @@ The following patterns weaken security without providing meaningful benefit.
- [Customize the Network Policy](../network-policy/customize-network-policy) for static and dynamic policy changes.
- [Approve or Deny Network Requests](../network-policy/approve-network-requests) for the operator approval flow.
<AgentOnly variant="openclaw">
- [Sandbox Hardening](../deployment/sandbox-hardening) for container-level security measures.
- [Sandbox Hardening](../manage-sandboxes/sandbox-hardening) for container-level security measures.
</AgentOnly>
- [Inference Options](../inference/inference-options) for provider configuration details.
- [How It Works](../about/how-it-works) for the protection layer architecture.
Expand Down
Loading