diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-10-11 14:29:38 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-10-11 14:32:35 +0900 |
| commit | f5a597c4061b18b53e3124107c0e1434a98aedc9 (patch) | |
| tree | d339acafed909f5ec30bc6344d7c76322a0b9bd1 /internal/app/sppulse.go | |
| parent | 8874aaf81b6d8028bd4dc3d4a1f09bf16b349085 (diff) | |
hst: rename /.hakurei constant
This provides disambiguation from fhs.AbsTmp.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/app/sppulse.go')
| -rw-r--r-- | internal/app/sppulse.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/app/sppulse.go b/internal/app/sppulse.go index 8a2e753c..a9ef6ee2 100644 --- a/internal/app/sppulse.go +++ b/internal/app/sppulse.go @@ -160,7 +160,7 @@ func (s *spPulseOp) toContainer(state *outcomeStateParams) error { state.env["PULSE_SERVER"] = "unix:" + innerPulseSocket.String() if s.Cookie != nil { - innerDst := hst.AbsTmp.Append("/pulse-cookie") + innerDst := hst.AbsPrivateTmp.Append("/pulse-cookie") state.env["PULSE_COOKIE"] = innerDst.String() state.params.Place(innerDst, s.Cookie[:]) } |
