vendor containers/common@main

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
Valentin Rothberg
2021-07-16 17:32:37 +02:00
parent 3ef124b03f
commit 2e02942d46
9 changed files with 46 additions and 6 deletions

View File

@ -340,6 +340,8 @@ func defaultConfigFromMemory() (*EngineConfig, error) {
c.LockType = "shm"
c.MachineEnabled = false
c.ChownCopiedFiles = true
return c, nil
}