runc/libcontainer/devices
Tobias Klauser b0d014d0e1 libcontainer: one more switch from syscall to x/sys/unix
Refactor DeviceFromPath in order to get rid of package syscall and
directly use the functions from x/sys/unix. This also allows to get rid
of the conversion from the OS-independent file mode values (from the os
package) to Linux specific values and instead let's us use the raw
file mode value directly.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
2017-07-21 16:59:15 +02:00
..
devices_linux.go libcontainer: one more switch from syscall to x/sys/unix 2017-07-21 16:59:15 +02:00
devices_test.go libcontainer: one more switch from syscall to x/sys/unix 2017-07-21 16:59:15 +02:00
devices_unsupported.go Clean up unix vs linux usage 2017-05-12 17:22:09 +01:00
number.go Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00