From 584ce3da685352847e5c6189e5050bd5cb0307e9 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 7 Oct 2025 21:38:31 +0900 Subject: container/bits: move bind bits This allows referring to the bits without importing container. Signed-off-by: Ophestra --- system/dbus/proc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') 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 -- cgit v1.3.1