Files
Daniel J Walsh ae68bec75c Don't fail if /etc/passwd or /etc/group does not exists
Container images can be created without passwd or group file, currently
if one of these containers gets run with a --user flag the container blows
up complaining about t a missing /etc/passwd file.

We just need to check if the error on read is ENOEXIST then allow the
read to return, not fail.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2018-11-07 11:41:51 -05:00
..
2018-03-27 21:55:33 +00:00
2018-09-05 13:48:20 +00:00
2018-07-27 02:48:16 +00:00
2017-11-01 11:24:59 -04:00
2018-10-04 17:34:59 -04:00