aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/app/process.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-09-24 21:10:13 +0900
committerOphestra <cat@gensokyo.uk>2025-09-24 21:10:13 +0900
commitafa7a0800da2bb44fd9daaea1180c046ea111db8 (patch)
tree16625a815e17c3d587513f54554a965860db4a47 /internal/app/process.go
parent773253fdf5388dd77d817be98024cc975d207104 (diff)
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 <cat@gensokyo.uk>
Diffstat (limited to 'internal/app/process.go')
-rw-r--r--internal/app/process.go2
1 files changed, 1 insertions, 1 deletions
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(),
}
}