automation-tests/pkg
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
..
annotations Spell check strings and comments 2018-05-25 08:45:15 +00:00
apparmor pkg/apparmor: use a pipe instead of a tmp file 2018-08-14 14:25:14 +00:00
chrootuser Generate a passwd file for users not in container 2018-10-12 07:08:13 -04:00
criu Add helper function to read out CRIU version 2018-10-23 12:52:03 +02:00
ctime ctime: Drop 32-/64-bit distinction on Linux 2018-07-07 20:35:00 +00:00
firewall Replace existing iptables handler with firewall code 2018-09-10 18:53:27 +00:00
hooks Change references to cri-o to point at new repository 2018-09-07 17:47:45 +00:00
inspect Reveal information about container capabilities 2018-08-24 12:16:19 +00:00
kubeutils Remove dependency on kubernetes 2018-03-27 21:55:33 +00:00
logs Add CRI logs parsing to podman logs 2018-09-05 13:48:20 +00:00
lookup Don't fail if /etc/passwd or /etc/group does not exists 2018-11-07 11:41:51 -05:00
namespaces spec: refactor ns modes to a common interface 2018-09-21 10:13:39 +00:00
netns Fix godoc comment in pkg/netns 2018-07-27 02:48:16 +00:00
registrar Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
registries switch projectatomic to containers 2018-08-16 17:12:36 +00:00
resolvconf Fix lint 2018-10-04 17:34:59 -04:00
rootless rootless: detect when user namespaces are not enabled 2018-10-11 17:49:16 +02:00
secrets Swap default mount propagation from private to rprivate 2018-09-13 21:35:44 +00:00
spec Change to exported name in ParseDevice 2018-10-29 06:39:39 -04:00
util rootless: do not add an additional /run to runroot 2018-10-31 13:58:55 +01:00
varlinkapi Fix setting of version information 2018-10-31 00:27:08 +01:00