aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/outcome/spcontainer.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/outcome/spcontainer.go')
-rw-r--r--internal/outcome/spcontainer.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/outcome/spcontainer.go b/internal/outcome/spcontainer.go
index a6eed75b..738d3383 100644
--- a/internal/outcome/spcontainer.go
+++ b/internal/outcome/spcontainer.go
@@ -116,7 +116,7 @@ func (s *spParamsOp) toContainer(state *outcomeStateParams) error {
state.params.Bind(fhs.AbsDev, fhs.AbsDev, std.BindWritable|std.BindDevice)
}
// /dev is mounted readonly later on, this prevents /dev/shm from going readonly with it
- state.params.Tmpfs(fhs.AbsDev.Append("shm"), 0, 01777)
+ state.params.Tmpfs(fhs.AbsDevShm, 0, 01777)
return nil
}