runc/libcontainer/user
Tibor Vass c205e9fb64 libcontainer: fix compilation on GOARCH=arm GOARM=6 (32 bits)
This fixes the following compilation error on 32bit ARM:
```
$ GOARCH=arm GOARCH=6 go build ./libcontainer/system/
libcontainer/system/linux.go:119:89: constant 4294967295 overflows int
```

Signed-off-by: Tibor Vass <tibor@docker.com>
2018-06-14 18:33:14 +00:00
..
MAINTAINERS Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00
lookup.go libcontainer/user: platform dependent calls 2018-02-28 14:14:24 -05:00
lookup_unix.go libcontainer: add parser for /etc/sub{u,g}id and /proc/PID/{u,g}id_map 2018-05-10 12:16:43 +09:00
lookup_windows.go libcontainer/user: platform dependent calls 2018-02-28 14:14:24 -05:00
user.go libcontainer: fix compilation on GOARCH=arm GOARM=6 (32 bits) 2018-06-14 18:33:14 +00:00
user_test.go Fix TestGetAdditionalGroups on i686 2016-09-27 18:25:53 +08:00