From 46cd3a28c83e93b5d66c52d06a8366c11910d5c0 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 29 Sep 2025 02:33:10 +0900 Subject: container: remove global msg This frees all container instances of side effects. Signed-off-by: Ophestra --- container/initplace.go | 1 + 1 file changed, 1 insertion(+) (limited to 'container/initplace.go') diff --git a/container/initplace.go b/container/initplace.go index 5775ad7f..5975bba2 100644 --- a/container/initplace.go +++ b/container/initplace.go @@ -52,6 +52,7 @@ func (t *TmpfileOp) apply(state *setupState, k syscallDispatcher) error { if err := k.ensureFile(target, 0444, state.ParentPerm); err != nil { return err } else if err = k.bindMount( + state, tmpPath, target, syscall.MS_RDONLY|syscall.MS_NODEV, -- cgit v1.3.1