diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-08-28 00:45:57 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-08-28 00:45:57 +0900 |
| commit | da0459aca1988401c9e8743bedb349d6f8544aa3 (patch) | |
| tree | 7e5c3e74b4f8c145495a17f7922e90fdcb4a1add /hst | |
| parent | 1be8de6f5ca4c7e40f5999ce4f960010fc36acb1 (diff) | |
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 <cat@gensokyo.uk>
Diffstat (limited to 'hst')
| -rw-r--r-- | hst/config.go | 4 |
1 files changed, 3 insertions, 1 deletions
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 |
