diff options
Diffstat (limited to 'dbus')
| -rw-r--r-- | dbus/run.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |
