spiegel_podman/pkg/spec
Giuseppe Scrivano e2970ea62d
rootless: do not override /dev/pts if not needed
when running in rootless mode we were unconditionally overriding
/dev/pts to take ride of gid=5.  This is not needed when multiple gids
are present in the namespace, which is always the case except when
running the tests suite with only one mapping.  So change it to check
how many gids are present before overriding the default mount.

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2019-02-06 15:31:20 +01:00
..
config_linux.go Fix handling of symbolic links 2018-12-28 13:10:15 -05:00
config_unsupported.go Add darwin support for remote-client 2019-01-11 11:30:28 -06:00
createconfig.go rootless: support port redirection from the host 2019-01-19 20:45:07 +01:00
parse.go Invalid index for array 2018-12-21 09:25:25 -05:00
ports.go Spell check strings and comments 2018-05-25 08:45:15 +00:00
spec.go rootless: do not override /dev/pts if not needed 2019-02-06 15:31:20 +01:00
spec_test.go Swap default mount propagation from private to rprivate 2018-09-13 21:35:44 +00:00