diff options
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 |
