From f5a597c4061b18b53e3124107c0e1434a98aedc9 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 11 Oct 2025 14:29:38 +0900 Subject: hst: rename /.hakurei constant This provides disambiguation from fhs.AbsTmp. Signed-off-by: Ophestra --- internal/app/spcontainer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/app/spcontainer.go') 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 { -- cgit v1.3.1