From: Karel Zak Date: Mon, 14 Mar 2016 15:13:23 +0000 (+0100) Subject: unshare: fix incomplete sentence in man page X-Git-Tag: v2.28-rc2~59 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0ed6e43925268379701542327a5a4718de5c0feb;p=thirdparty%2Futil-linux.git unshare: fix incomplete sentence in man page Signed-off-by: Karel Zak --- diff --git a/sys-utils/unshare.1 b/sys-utils/unshare.1 index 84a5d5e86b..c62d24c69d 100644 --- a/sys-utils/unshare.1 +++ b/sys-utils/unshare.1 @@ -118,7 +118,7 @@ syscall in user namespaces. .BR setgroups (2) is only callable with CAP_SETGID and CAP_SETGID in a user -namespace (since Linux 3.19) does not give you permission to call setgroups(2) +namespace. Linux kernel since 3.19 does not give you permission to call setgroups(2) until after GID map has been set. The GID map is writable by root when .BR setgroups (2) is enabled and the GID map becomes writable by unprivileged processes when