diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-02-25 18:12:41 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-02-25 18:12:41 +0900 |
| commit | 39dc8e7bd8b07d1549185cc178fd3723797d3c74 (patch) | |
| tree | ae7b1efc842dfe563221b6c1dd59d54a4c95a215 /internal | |
| parent | 5a732d153efdcb77919e913384e72b1333e28597 (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 'internal')
| -rw-r--r-- | internal/app/shim/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
