Files
podman/libpod
Matthew Heon 3875040f13 Ensure rootless containers without a passwd can start
We want to modify /etc/passwd to add an entry for the user in
question, but at the same time we don't want to require the
container provide a /etc/passwd (a container with a single,
statically linked binary and nothing else is perfectly fine and
should be allowed, for example). We could create the passwd file
if it does not exist, but if the container doesn't provide one,
it's probably better not to make one at all. Gate changes to
/etc/passwd behind a stat() of the file in the container
returning cleanly.

Fixes #7515

Signed-off-by: Matthew Heon <mheon@redhat.com>
2020-08-31 18:15:43 -04:00
..
2020-08-21 19:06:05 +02:00
2020-08-12 10:00:51 -05:00
2017-11-01 11:24:59 -04:00
2020-05-11 13:11:07 +02:00
2020-08-28 09:26:33 -04:00
2019-07-22 15:57:23 -04:00
2020-08-27 15:05:12 -04:00