From 39dc8e7bd8b07d1549185cc178fd3723797d3c74 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 25 Feb 2025 18:12:41 +0900 Subject: 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 --- internal/app/shim/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal') diff --git a/internal/app/shim/main.go b/internal/app/shim/main.go index 7616945f..5e32a9fa 100644 --- a/internal/app/shim/main.go +++ b/internal/app/shim/main.go @@ -125,7 +125,7 @@ func Main() { seccomp.CPrintln = log.Println } if b, err := helper.NewBwrap( - conf, path.Join(fst.Tmp, "sbin/init"), + conf, path.Join(fst.Tmp, "sbin/init"), false, nil, func(int, int) []string { return make([]string, 0) }, extraFiles, syncFd, -- cgit v1.3.1