commit | 0086869ba2d52b892148c7f113648a3dfda0aa70 | [log] [download] |
---|---|---|
author | Glauber Costa <glommer@parallels.com> | Tue Apr 30 09:16:23 2013 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Fri May 17 13:20:10 2013 -0700 |
tree | 62b11b3860504c8855a34390ff6a4adeeab0ae5d | |
parent | c25c3d5ab386e6f1b2897f31f084ffe58c999585 [diff] |
host uid and gid parameters When running with an upstream Linux kernel that supports user namespaces, we will run the container using an unprivileged user in the system. That can be any user, and it serves as base to a 1:1 mapping between users in the container and users in the host. By default, the value 100000 will be used for both uid and gid. Signed-off-by: Glauber Costa <glommer@parallels.com> Signed-off-by: Kir Kolyshkin <kir@openvz.org>