(warnings: &[openshell_policy::PolicyMergeWarning])
| 6277 | } |
| 6278 | |
| 6279 | fn print_policy_merge_warnings(warnings: &[openshell_policy::PolicyMergeWarning]) { |
| 6280 | for warning in warnings { |
| 6281 | eprintln!("{} {}", "!".yellow().bold(), warning); |
| 6282 | } |
| 6283 | } |
| 6284 | |
| 6285 | pub async fn sandbox_policy_set_global( |
| 6286 | server: &str, |
no outgoing calls
no test coverage detected