deps: update runc to v1.0.0-rc93

includes updates for breaking changes in runc v1.0.0-rc93
This commit is contained in:
zhsj
2021-03-31 22:57:02 +08:00
committed by GitHub
parent 9f0a4d4964
commit 46b335d652
269 changed files with 21714 additions and 12657 deletions

View File

@@ -74,7 +74,7 @@ func (e *UniversalExecutor) configureResourceContainer(pid int) error {
},
}
for _, device := range specconv.AllowedDevices {
cfg.Cgroups.Resources.Devices = append(cfg.Cgroups.Resources.Devices, &device.DeviceRule)
cfg.Cgroups.Resources.Devices = append(cfg.Cgroups.Resources.Devices, &device.Rule)
}
err := configureBasicCgroups(cfg)