diff --git a/system/dbus/proc.go b/system/dbus/proc.go index 76fe9d4..7c98282 100644 --- a/system/dbus/proc.go +++ b/system/dbus/proc.go @@ -98,9 +98,8 @@ func (p *Proxy) Start() error { for _, name := range upstreamPaths { z.Bind(name, name, 0) } - if len(upstreamPaths) == 0 { - z.HostAbstract = true - } + z.HostNet = len(upstreamPaths) == 0 + z.HostAbstract = z.HostNet // parent directories of bind paths sockDirPaths := make([]*container.Absolute, 0, 2)