You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/copilot/concepts/about-cloud-and-local-sandboxes.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ Once enabled, commands that {% data variables.product.prodname_copilot_short %}
42
42
43
43
### Cross-platform support
44
44
45
-
Local sandboxing is available across macOS, Linux, and Windows, delivering a consistent isolation experience regardless of your operating system.
45
+
Local sandboxing is available on macOSand Linux. Sandboxing support and isolation behavior vary by platform because each operating system uses a different sandboxing backend. Windows is supported on Windows Insiders builds. For details on current limitations, see [AUTOTITLE](/copilot/how-tos/cloud-and-local-sandboxes/configuring-local-sandbox-settings).
46
46
47
47
### Enterprise policy enforcement
48
48
@@ -111,5 +111,5 @@ For more information about how cloud sandbox usage is measured and billed, see [
Copy file name to clipboardExpand all lines: content/copilot/how-tos/cloud-and-local-sandboxes/configuring-local-sandbox-settings.md
+16-4Lines changed: 16 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,11 @@ docsTeamMetrics:
12
12
- copilot-cli
13
13
---
14
14
15
-
{% data reusables.cli.public-preview-sandbox %}
15
+
{% data reusables.cli.public-preview-sandbox %}
16
+
17
+
> [!IMPORTANT]
18
+
> Local sandboxing on Windows requires a Windows Insiders build.
19
+
16
20
17
21
## About local sandbox configuration
18
22
@@ -40,7 +44,7 @@ The **General** tab controls the top-level sandbox behavior.
40
44
41
45
## Configuring filesystem settings
42
46
43
-
The **Filesystem** tab controls which directories and files the sandboxed process can access. By default, the sandbox restricts filesystem access to prevent unintended reads or writes outside your project.
47
+
The **Filesystem** tab controls which directories and files the sandboxed process can access. By default, the sandbox restricts writes outside your working directory.
44
48
45
49
| Setting | Description |
46
50
| --- | --- |
@@ -68,7 +72,15 @@ The **Network** tab controls whether sandboxed processes can make network connec
68
72
69
73
### Adding network host rules
70
74
71
-
You can add specific host rules to allow or block access to individual hosts when outbound connections are otherwise restricted.
75
+
> [!WARNING]
76
+
> Per-host network filtering with `allowedHosts` and `blockedHosts` is currently not reliable across platforms. Do not rely on host rules to enforce network isolation.
77
+
78
+
The `/sandbox` UI allows you to add host rules, but these rules have known platform limitations:
79
+
80
+
***macOS**: `allowedHosts` rules silently degrade to unrestricted outbound access, and `blockedHosts` rules are not supported.
81
+
***Linux**: Host rules are not a reliable way to allow selected hosts when outbound connections are disabled.
82
+
83
+
If the UI presents host rule options, you can add them using the steps below, but they are not suitable for security enforcement.
72
84
73
85
1. In the **Network** tab, press <kbd>A</kbd> to add a new host rule.
74
86
1. Enter the hostname.
@@ -88,5 +100,5 @@ These commands change the **Sandboxing enabled** setting on the **General** tab.
Copy file name to clipboardExpand all lines: content/copilot/how-tos/cloud-and-local-sandboxes/enabling-or-disabling-cloud-sandboxes-for-your-organization.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,11 @@
1
1
---
2
-
title: Enabling or disabling {% data variables.copilot.sandbox %} for your organization
3
-
shortTitle: Enable or disable sandboxes
2
+
title: Enabling or disabling cloud sandboxes for your organization
3
+
shortTitle: Enable or disable cloud sandboxes
4
4
allowTitleToDifferFromFilename: true
5
-
intro: 'You can control whether members of your organization can use {% data variables.copilot.sandbox %} by managing the sandbox access policy in your organization settings.'
5
+
intro: 'You can control whether members of your organization can use cloud sandboxes by managing the sandbox access policy in your organization settings.'
## About enabling and disabling {% data variables.copilot.sandbox %}
18
+
## About enabling and disabling cloud sandboxes
17
19
18
-
Organization owners can control whether members of their organization have access to {% data variables.copilot.sandbox %} by configuring the sandbox access policy. By default, sandbox access is disabled for organization members.
20
+
Organization owners can control whether members of their organization have access to cloud sandboxes by configuring the sandbox access policy. By default, sandbox access is disabled for organization members.
19
21
20
-
When sandbox access is **Disabled**, sandboxes are not available for any organization members. When sandbox access is **Enabled for all members**, all organization members can use {% data variables.copilot.sandbox_short %}.
22
+
When cloud sandbox access is **Disabled**, cloud sandboxes are not available for any organization members. When cloud sandbox access is **Enabled for all members**, all organization members can use cloud sandboxes.
21
23
22
-
For more information about {% data variables.copilot.sandbox %}, see [AUTOTITLE](/copilot/concepts/about-cloud-and-local-sandboxes).
24
+
For more information about cloud sandboxes, see [AUTOTITLE](/copilot/concepts/about-cloud-and-local-sandboxes).
23
25
24
-
## Enabling or disabling {% data variables.copilot.sandbox %}
0 commit comments