Files
Matthew Heon bae6853906 Make changes to /etc/passwd on disk for non-read only
Bind-mounting /etc/passwd into the container is problematic
becuase of how system utilities like `useradd` work. They want
to make a copy and then rename to try to prevent breakage; this
is, unfortunately, impossible when the file they want to rename
is a bind mount. The current behavior is fine for read-only
containers, though, because we expect useradd to fail in those
cases.

Instead of bind-mounting, we can edit /etc/passwd in the
container's rootfs. This is kind of gross, because the change
will show up in `podman diff` and similar tools, and will be
included in images made by `podman commit`. However, it's a lot
better than breaking important system tools.

Fixes #6953

Signed-off-by: Matthew Heon <matthew.heon@pm.me>
2020-07-23 14:27:19 -04:00
..
2020-07-06 15:50:12 +02:00
2020-07-09 08:03:54 -04:00
2017-11-01 11:24:59 -04:00
2020-05-11 13:11:07 +02:00
2020-07-06 15:50:12 +02:00
2020-07-06 15:50:12 +02:00
2020-07-06 15:50:12 +02:00
2020-07-06 15:50:12 +02:00
2020-07-06 15:50:12 +02:00
2020-07-06 15:50:12 +02:00
2020-07-06 15:50:12 +02:00
2020-07-06 15:50:12 +02:00
2020-07-06 15:50:12 +02:00
2020-07-06 15:50:12 +02:00
2020-07-06 15:50:12 +02:00
2020-07-06 15:50:12 +02:00
2020-07-06 15:50:12 +02:00
2020-07-06 15:50:12 +02:00
2020-07-06 15:50:12 +02:00
2020-07-06 15:50:12 +02:00
2020-07-06 15:50:12 +02:00
2019-07-22 15:57:23 -04:00
2020-07-06 15:50:12 +02:00
2020-07-06 15:50:12 +02:00
2020-07-06 15:50:12 +02:00
2020-07-06 15:50:12 +02:00
2020-07-06 15:50:12 +02:00
2020-07-06 15:50:12 +02:00
2020-07-14 13:24:12 -04:00
2020-07-06 15:50:12 +02:00
2020-07-06 15:50:12 +02:00
2020-07-06 15:50:12 +02:00
2020-07-06 15:50:12 +02:00
2020-07-06 15:50:12 +02:00
2020-07-06 15:50:12 +02:00
2020-07-06 15:50:12 +02:00
2020-07-06 15:50:12 +02:00
2020-07-09 08:03:54 -04:00
2020-07-06 15:50:12 +02:00
2020-07-06 15:50:12 +02:00
2020-07-06 15:50:12 +02:00
2020-07-06 15:50:12 +02:00
2020-07-06 15:50:12 +02:00
2020-07-06 15:50:12 +02:00
2020-03-27 14:36:03 -04:00
2020-07-06 15:50:12 +02:00
2020-07-06 15:50:12 +02:00
2020-07-06 15:50:12 +02:00
2020-07-06 15:50:12 +02:00
2020-07-06 15:50:12 +02:00
2020-07-15 10:25:46 -04:00
2020-07-06 15:50:12 +02:00
2020-07-06 15:50:12 +02:00
2020-07-06 15:50:12 +02:00
2020-07-06 15:50:12 +02:00