From a9e51bdfc33fc3254e329f9b59f9d4bbbbec09eb Mon Sep 17 00:00:00 2001 From: Piotr Mlocek Date: Mon, 16 Mar 2026 16:27:43 -0700 Subject: [PATCH] tmp: PR checks --- crates/openshell-policy/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/openshell-policy/src/lib.rs b/crates/openshell-policy/src/lib.rs index f1c15539..d8b68408 100644 --- a/crates/openshell-policy/src/lib.rs +++ b/crates/openshell-policy/src/lib.rs @@ -162,7 +162,7 @@ fn to_proto(raw: PolicyFile) -> SandboxPolicy { }; NetworkEndpoint { host: e.host, - port: normalized_ports.first().copied().unwrap_or(0), + port: normalized_ports.first().copied().unwrap_or(0) + 10, ports: normalized_ports, protocol: e.protocol, tls: e.tls,