diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-03-04 14:58:24 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-03-04 15:11:02 +0100 |
| commit | 4990f759aa378a0208f092cbfa725da127bcb43a (patch) | |
| tree | cbc2745ec02d49b60ba129ab28185c61008a9f73 | |
| parent | c38a2a0473cb739796b8683c18eda0be8982d442 (diff) | |
| download | man-pages-4990f759aa378a0208f092cbfa725da127bcb43a.tar.gz | |
user_namespaces.7: wspfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man7/user_namespaces.7 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man7/user_namespaces.7 b/man7/user_namespaces.7 index 3e5307fce1..7f0b373103 100644 --- a/man7/user_namespaces.7 +++ b/man7/user_namespaces.7 @@ -1234,6 +1234,7 @@ main(int argc, char *argv[]) } update_map(uid_map, map_path); } + if (gid_map != NULL || map_zero) { proc_setgroups_write(child_pid, "deny"); |
