aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/outcome/spruntime.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/outcome/spruntime.go')
-rw-r--r--internal/outcome/spruntime.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/outcome/spruntime.go b/internal/outcome/spruntime.go
index 15974a44..c08bfe81 100644
--- a/internal/outcome/spruntime.go
+++ b/internal/outcome/spruntime.go
@@ -113,6 +113,9 @@ func (s *spRuntimeOp) toContainer(state *outcomeStateParams) error {
}
+ if state.Container.Flags&hst.FCoverRun != 0 {
+ state.params.Tmpfs(fhs.AbsRun, xdgRuntimeDirSize, 0755)
+ }
state.params.Tmpfs(fhs.AbsRunUser, xdgRuntimeDirSize, 0755)
if state.Container.Flags&hst.FShareRuntime != 0 {
_, runtimeDirInst := s.commonPaths(state.outcomeState)