Versions in this module Expand all Collapse all v1 v1.7.2 Mar 29, 2019 Changes in this version + var ErrNoSuchUser = errors.New("user does not exist in /etc/passwd") + func GetAdditionalGroupsForUser(rootdir string, userid uint64) ([]uint32, error) + func GetGroup(rootdir, groupspec string) (uint32, error) + func GetUser(rootdir, userspec string) (uint32, uint32, error) + func LookupUIDInContainer(rootdir string, uid uint64) (user string, gid uint64, err error)