mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
677baf22d2
Move the Device-related types to libcontainer/devices, so that the package can be used in isolation. Aliases have been created in libcontainer/configs for backward compatibility. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
6 lines
81 B
Go
6 lines
81 B
Go
package devices
|
|
|
|
func (d *DeviceRule) Mkdev() (uint64, error) {
|
|
return 0, nil
|
|
}
|