From afa7a0800da2bb44fd9daaea1180c046ea111db8 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 24 Sep 2025 21:10:13 +0900 Subject: cmd/hsu: return hsurc id The uid format is stable, this value is what caller has to obtain through hsu. Closes #14. Signed-off-by: Ophestra --- internal/app/process.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/app') diff --git a/internal/app/process.go b/internal/app/process.go index a182fa6c..368b655f 100644 --- a/internal/app/process.go +++ b/internal/app/process.go @@ -255,7 +255,7 @@ func (seal *outcome) main() { // passed through to shim by hsu shimEnv + "=" + strconv.Itoa(fd), // interpreted by hsu - "HAKUREI_APP_ID=" + seal.user.identity.String(), + "HAKUREI_IDENTITY=" + seal.user.identity.String(), } } -- cgit v1.3.1