From 2f705068658bf9c47a5fa829105111e46a7732a0 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 19 Jan 2025 18:38:13 +0900 Subject: helper/bwrap: move sync to helper state Signed-off-by: Ophestra --- dbus/run.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbus') diff --git a/dbus/run.go b/dbus/run.go index 1b85b12d..addf5226 100644 --- a/dbus/run.go +++ b/dbus/run.go @@ -110,7 +110,7 @@ func (p *Proxy) Start(ready chan error, output io.Writer, sandbox bool) error { bc.Bind(k, k) } - h = helper.MustNewBwrap(bc, p.seal, toolPath, argF) + h = helper.MustNewBwrap(bc, toolPath, p.seal, argF, nil) cmd = h.Unwrap() p.bwrap = bc } -- cgit v1.3.1