summaryrefslogtreecommitdiff
path: root/test/e2e/run_passwd_test.go
Commit message (Collapse)AuthorAge
* Generate a passwd file for users not in containerDaniel J Walsh2018-10-12
If someone runs podman as a user (uid) that is not defined in the container we want generate a passwd file so that getpwuid() will work inside of container. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>