Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5e39783

Browse files
committed
fixed formatting (maybe?)
1 parentf53411a commit5e39783

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

‎docs/ai-coder/agent-boundary.md‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -149,24 +149,24 @@ Another option is to define rules in a YAML file, which only needs to be invoked
149149
150150
### Unprivileged vs. Privileged Mode
151151
152-
There are two approaches you can take to secure your agentic workflows with Agent Boundary.
152+
There are two approaches you can take to secure your agentic workflows with Agent Boundary.
153153
154154
#### Unprivileged Mode
155155
156-
In this case, a specific agent process or tool (for example, Claude Code or a CLI agent) runs inside of a constrained sandbox. This is the default mode in which Boundary will operate in and does not require root access.
156+
In this case, a specific agent process or tool (for example, Claude Code or a CLI agent) runs inside of a constrained sandbox. This is the default mode in which Boundary will operate in and does not require root access.
157157
158-
Agents are prevented from reaching restricted domains or exfiltrating data, without blocking the rest of the dev's environment.
158+
Agents are prevented from reaching restricted domains or exfiltrating data, without blocking the rest of the dev's environment.
159159
160-
This is the fastest way to add real guardrails, but a determined user could still operate a tool outside of Boundary restrictions because the broader environment allows it. This mode relies on tools respecting certain settings, like HTTP proxies, and can lead to silent failures if a tool bypasses them.
160+
This is the fastest way to add real guardrails, but a determined user could still operate a tool outside of Boundary restrictions because the broader environment allows it. This mode relies on tools respecting certain settings, like HTTP proxies, and can lead to silent failures if a tool bypasses them.
161161
162162
#### Privileged Mode
163163
164-
In this case, boundaries are enforced at the level of the environment that the agent lives in. These are workspace- or session-level controls, including how the developer connects to it.
164+
In this case, boundaries are enforced at the level of the environment that the agent lives in. These are workspace- or session-level controls, including how the developer connects to it.
165165
166-
Currently, this must be turned on with a flag and ran with higher-level permissions such as root access or `CapNetAdmin`.
166+
Currently, this must be turned on with a flag and ran with higher-level permissions such as root access or `CapNetAdmin`.
167167
168-
In addition to process-level egress rules, privileged mode locks down all pathways that could bypass policy, such as restricting or disabling SSH tunnels or parallel unbound IDEs. This delivers deterministic, policy-as-code enforcement and offers the highest assurance for regulated environments, but results in slightly more friction for mixed human-and-agent workflows.
168+
In addition to process-level egress rules, privileged mode locks down all pathways that could bypass policy, such as restricting or disabling SSH tunnels or parallel unbound IDEs. This delivers deterministic, policy-as-code enforcement and offers the highest assurance for regulated environments, but results in slightly more friction for mixed human-and-agent workflows.
169169
170170
### Opting out of Boundary
171171
172-
If you tried Boundary through a Coder module and decided you don't want to use it, you can turn it off by setting the flag to `boundary_enabled=false`.
172+
If you tried Boundary through a Coder module and decided you don't want to use it, you can turn it off by setting the flag to `boundary_enabled=false`.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp