diff options
| author | Ophestra Umiker <cat@ophivana.moe> | 2024-10-13 02:43:00 +0900 |
|---|---|---|
| committer | Ophestra Umiker <cat@ophivana.moe> | 2024-10-13 02:43:00 +0900 |
| commit | e4536b87ad5bc23096eab00f17ac55b7aad23996 (patch) | |
| tree | 332af06b19f9c8fc6695aa8b5d3d84c0f9d82ccd /internal/shim | |
| parent | 65a5f8fb08421f8fb031d4e21a2c460d218616c6 (diff) | |
app: generate and replace passwd and group files
This ensures libc functions get correct user information.
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
Diffstat (limited to 'internal/shim')
| -rw-r--r-- | internal/shim/payload.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/shim/payload.go b/internal/shim/payload.go index 718921b1..3919bb85 100644 --- a/internal/shim/payload.go +++ b/internal/shim/payload.go @@ -13,7 +13,7 @@ type Payload struct { Exec [2]string // bwrap config, nil for permissive Bwrap *bwrap.Config - // whether to pas wayland fd + // whether to pass wayland fd WL bool // verbosity pass through |
