From e4536b87ad5bc23096eab00f17ac55b7aad23996 Mon Sep 17 00:00:00 2001 From: Ophestra Umiker Date: Sun, 13 Oct 2024 02:43:00 +0900 Subject: app: generate and replace passwd and group files This ensures libc functions get correct user information. Signed-off-by: Ophestra Umiker --- internal/shim/payload.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/shim') 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 -- cgit v1.3.1