podman/pkg/chrootuser
Nalin Dahyabhai e686269da3 chrootuser: default to GID 0 when given a numeric --user
When we're given a numeric --user value, default to GID 0 if the numeric
ID doesn't correspond to a user entry in /etc/passwd that can provide us
with the user's primary group ID.

Make sure that GetAdditionalGroupsForUser() returns wrapped errors.

Also test various user:group forms.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>

Closes: #728
Approved by: mheon
2018-05-17 17:05:44 +00:00
..
user.go chrootuser: default to GID 0 when given a numeric --user 2018-05-17 17:05:44 +00:00
user_basic.go chrootuser: default to GID 0 when given a numeric --user 2018-05-17 17:05:44 +00:00
user_linux.go Modify --user flag for podman create and run 2018-04-24 14:28:33 +00:00