@@ -167,8 +167,8 @@ $ sbx policy reset --force
167167
168168If rules you add with ` sbx policy allow ` or ` sbx policy deny ` don't change
169169sandbox behavior, your organization likely has governance enabled. Run `sbx
170- policy ls` to check: if the output starts with a ` Policy rules` header listing a
171- ` Governance Managed by <org>` line , org governance is active. When it's active,
170+ policy ls` to check: if the output starts with a ` Governance:` status line
171+ showing ` Managed by <org> ` , org governance is active. When it's active,
172172the organization policy replaces local policy, so your rules have no effect.
173173They're hidden from ` sbx policy ls ` by default; run `sbx policy ls
174174--include-inactive` to see them with an ` inactive` status in the ` STATUS`
@@ -182,8 +182,7 @@ your sandboxes can access, ask your admin to update the organization policy.
182182If a domain remains blocked after you add a local allow rule, your organization
183183likely enforces governance, which makes local rules inactive. Run `sbx policy
184184ls` to check whether org governance is active; if the output starts with a
185- ` Policy rules ` header listing a ` Governance Managed by <org>` line , it is. Add
185+ ` Governance: ` status line showing ` Managed by <org> ` , it is. Add
186186` --include-inactive ` to confirm your rule shows an ` inactive ` status. If so, the
187- block can only be
188- lifted by updating the org policy in Docker Home or via the
189- [ API] ( /reference/api/ai-governance/ ) .
187+ block can only be lifted by updating the org policy in Docker Home or via
188+ the [ API] ( /reference/api/ai-governance/ ) .
0 commit comments