
Main upgrades: - github.com/opencontainers/runc v1.0.0-rc93 - github.com/containerd/containerd v1.4.4 - github.com/docker/docker v20.10.2 - github.com/mrunalp/fileutils v0.5.0 - github.com/opencontainers/selinux v1.8.0 - github.com/cilium/ebpf v0.2.0
18 lines
404 B
Go
18 lines
404 B
Go
package configs
|
|
|
|
import "github.com/opencontainers/runc/libcontainer/devices"
|
|
|
|
type (
|
|
// Deprecated: use libcontainer/devices.Device
|
|
Device = devices.Device
|
|
|
|
// Deprecated: use libcontainer/devices.Rule
|
|
DeviceRule = devices.Rule
|
|
|
|
// Deprecated: use libcontainer/devices.Type
|
|
DeviceType = devices.Type
|
|
|
|
// Deprecated: use libcontainer/devices.Permissions
|
|
DevicePermissions = devices.Permissions
|
|
)
|