aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/app/spcontainer.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/app/spcontainer.go')
-rw-r--r--internal/app/spcontainer.go2
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 {