From d607488b0f102cab61852692e22e8f13b0db3ff2 Mon Sep 17 00:00:00 2001 From: Bobbins228 Date: Mon, 20 Jul 2026 16:18:00 +0100 Subject: [PATCH] docs(gateway-config): remove invalid sandbox_uid from VM driver example VmComputeConfig uses deny_unknown_fields and has no sandbox_uid field. Uncommenting the example line crashes the gateway at startup. The field exists on the internal VmDriverConfig subprocess, not the gateway TOML. Fixes #2364 Signed-off-by: Bobbins228 --- docs/reference/gateway-config.mdx | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/reference/gateway-config.mdx b/docs/reference/gateway-config.mdx index 3dde7643d..8ac41631e 100644 --- a/docs/reference/gateway-config.mdx +++ b/docs/reference/gateway-config.mdx @@ -420,9 +420,6 @@ overlay_disk_mib = 4096 guest_tls_ca = "/var/lib/openshell/guest-tls/ca.pem" guest_tls_cert = "/var/lib/openshell/guest-tls/client.pem" guest_tls_key = "/var/lib/openshell/guest-tls/client-key.pem" -# Resolved sandbox UID/GID for the rootfs /etc/passwd entry. -# Defaults to 10001 when unset; matching GID is used if sandbox_gid is empty. -# sandbox_uid = 20001 ``` ### Extension Driver