diff options
Diffstat (limited to 'system')
| -rw-r--r-- | system/dbus/proc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/dbus/proc.go b/system/dbus/proc.go index a4c9300a..005b9142 100644 --- a/system/dbus/proc.go +++ b/system/dbus/proc.go @@ -114,7 +114,7 @@ func (p *Proxy) Start() error { check.SortAbs(sockDirPaths) sockDirPaths = check.CompactAbs(sockDirPaths) for _, name := range sockDirPaths { - z.Bind(name, name, container.BindWritable) + z.Bind(name, name, bits.BindWritable) } // xdg-dbus-proxy bin path |
