diff options
Diffstat (limited to 'system/dbus')
| -rw-r--r-- | system/dbus/proc.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/dbus/proc.go b/system/dbus/proc.go index 0e5f1cef..6607ef19 100644 --- a/system/dbus/proc.go +++ b/system/dbus/proc.go @@ -64,6 +64,10 @@ func (p *Proxy) Start() error { argF, func(z *container.Container) { z.SeccompFlags |= seccomp.AllowMultiarch z.SeccompPresets |= seccomp.PresetStrict + + // xdg-dbus-proxy fails with scoped abstract unix sockets despite pathname socket being available + z.HostAbstract = true + z.Hostname = "hakurei-dbus" if p.output != nil { z.Stdout, z.Stderr = p.output, p.output |
