mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
7ad0da7051
NewIdentityMapping took group name as an argument, and used the group name also to parse the /etc/sub{uid,gui}. But as per linux man pages, the sub{uid,gid} file maps username or uid, not a group name. Therefore, all occurrences where mapping is used need to consider only username and uid. Code trying to map using gid and group name in the daemon is also removed. Signed-off-by: Akhil Mohan <akhil.mohan@mayadata.io> |
||
---|---|---|
.. | ||
idtools.go | ||
idtools_test.go | ||
idtools_unix.go | ||
idtools_unix_test.go | ||
idtools_windows.go | ||
usergroupadd_linux.go | ||
usergroupadd_unsupported.go | ||
utils_unix.go |