mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
69af385de6
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>