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/spcontainer.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/spcontainer.go')
| -rw-r--r-- | internal/app/spcontainer.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/app/spcontainer.go b/internal/app/spcontainer.go index 62fffc8a..62c4f4f7 100644 --- a/internal/app/spcontainer.go +++ b/internal/app/spcontainer.go @@ -105,7 +105,7 @@ func (s *spParamsOp) toContainer(state *outcomeStateParams) error { // early mount points state.params. Proc(fhs.AbsProc). - Tmpfs(hst.AbsTmp, 1<<12, 0755) + Tmpfs(hst.AbsPrivateTmp, 1<<12, 0755) if !state.Container.Device { state.params.DevWritable(fhs.AbsDev, true) } else { |
