aboutsummaryrefslogtreecommitdiffhomepage
path: root/dbus
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-02-25 18:12:41 +0900
committerOphestra <cat@gensokyo.uk>2025-02-25 18:12:41 +0900
commit39dc8e7bd8b07d1549185cc178fd3723797d3c74 (patch)
treeae7b1efc842dfe563221b6c1dd59d54a4c95a215 /dbus
parent5a732d153efdcb77919e913384e72b1333e28597 (diff)
dbus: set process group id
This stops signals sent by the TTY driver from propagating to the xdg-dbus-proxy process. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'dbus')
-rw-r--r--dbus/run.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/run.go b/dbus/run.go
index 087990db..074fb92d 100644
--- a/dbus/run.go
+++ b/dbus/run.go
@@ -110,7 +110,7 @@ func (p *Proxy) Start(ctx context.Context, output io.Writer, sandbox bool) error
bc.Bind(k, k)
}
- h = helper.MustNewBwrap(bc, toolPath, p.seal, argF, nil, nil)
+ h = helper.MustNewBwrap(bc, toolPath, true, p.seal, argF, nil, nil)
p.bwrap = bc
}