diff --git a/runtime/v2/shim/util.go b/runtime/v2/shim/util.go index 0e1d840a9b52..413580000e82 100644 --- a/runtime/v2/shim/util.go +++ b/runtime/v2/shim/util.go @@ -126,7 +126,7 @@ func WritePidFile(path string, pid int) error { if err != nil { return err } - f, err := atomicfile.New(path, 0o666) + f, err := atomicfile.New(path, 0o644) if err != nil { return err }