sbx policy ls
| 内容説明 | List sandbox policies |
|---|---|
| 利用方法 | sbx policy ls [flags] |
Description
List all active policies.
Displays the policy name (or ID if no name is set), type, decision (allow/deny), and the associated resources for each rule.
Options
| オプション | デフォルト | 内容説明 |
|---|---|---|
--type | all | Filter policies by type: "all" or "network" (default "all") |
Global options
| オプション | デフォルト | 内容説明 |
|---|---|---|
-D, --debug | Enable debug logging |
Examples
# List all policies
sbx policy ls
# List only network policies
sbx policy ls --type network