diff options
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[:]) } |
