From da0459aca1988401c9e8743bedb349d6f8544aa3 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 28 Aug 2025 00:45:57 +0900 Subject: internal/app: update doc comments A lot of these comments are quite old and have not been updated to reflect changes. Signed-off-by: Ophestra --- hst/config.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hst') diff --git a/hst/config.go b/hst/config.go index ee216faa..bd8f637b 100644 --- a/hst/config.go +++ b/hst/config.go @@ -87,7 +87,9 @@ type ( // initial process environment variables Env map[string]string `json:"env"` - // map target user uid to privileged user uid in the user namespace + // map target user uid to privileged user uid in the user namespace; + // some programs fail to connect to dbus session running as a different uid, + // this option works around it by mapping priv-side caller uid in container MapRealUID bool `json:"map_real_uid"` // pass through all devices -- cgit v1.3.1