runc/libcontainer/system
Carl Henrik Lunde 0a45903563 Support 32 bit UID on i386
The original SETUID takes a 16 bit UID.  Linux 2.4 introduced  a new
syscall, SETUID32, with support for 32 bit UIDs.  The setgid wrapper
already uses SETGID32.

Signed-off-by: Carl Henrik Lunde <chlunde@ifi.uio.no>
2016-08-16 22:47:38 +02:00
..
linux.go Fix trivial style errors reported by `go vet` and `golint` 2016-04-12 08:13:16 +00:00
proc.go Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00
setns_linux.go Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00
syscall_linux_64.go Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00
syscall_linux_386.go Support 32 bit UID on i386 2016-08-16 22:47:38 +02:00
syscall_linux_arm.go Fix build tags 2015-07-01 13:22:09 -07:00
sysconfig.go Cleanup GetLongBit 2016-08-02 09:04:30 +08:00
sysconfig_notcgo.go Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00
unsupported.go Stub RunningInUserNS for non-Linux 2016-03-03 16:33:43 -05:00
xattrs_linux.go Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00