spiegel_podman/pkg/rootless
Giuseppe Scrivano af3e73426a
rootless: allow single mappings
we were playing safe and not allowed any container to have less than
65536 mappings.  There are a couple of reasons to change it:

- it blocked libpod to work in an environment where
  newuidmap/newgidmap are not available, or not configured.

- not allowed to use different partitions of subuids, where each user
  has less than 65536 ids available.

Hopefully this change in containers/storage:

https://github.com/containers/storage/pull/303

will make error clearers if there are not enough IDs for the image
that is being used.

Closes: https://github.com/containers/libpod/issues/1651

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2019-03-11 14:38:42 +01:00
..
rootless_linux.c rootless: propagate errors from info 2019-03-08 19:42:20 +01:00
rootless_linux.go rootless: allow single mappings 2019-03-11 14:38:42 +01:00
rootless_unsupported.go Add darwin support for remote-client 2019-01-11 11:30:28 -06:00