runc/libcontainer/user
Aleksa Sarai 69af385de6 libcontainer: user: always treat numeric ids numerically
Most shadow-related tools don't treat numeric ids as potential
usernames, so change our behaviour to match that. Previously, using an
explicit specification like 111:222 could result in the UID and GID not
being 111 and 222 respectively (which is confusing).

Signed-off-by: Aleksa Sarai <asarai@suse.de>
2016-03-31 07:33:31 +11:00
..
MAINTAINERS Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00
lookup.go Export user and group lookup errors as variables. 2016-03-17 21:03:27 +01:00
lookup_unix.go Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00
lookup_unsupported.go Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00
user.go libcontainer: user: always treat numeric ids numerically 2016-03-31 07:33:31 +11:00
user_test.go Allow numeric groups for containers without /etc/group 2015-10-04 19:02:35 -04:00