setgid.2: Clarify EPERM capability requirements with respect to user namespaces

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2018-10-19 12:29:46 +02:00
parent a42a171f7d
commit 51c11a7059
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ is not valid in this user namespace.
.TP
.B EPERM
The calling process is not privileged (does not have the
\fBCAP_SETGID\fP capability), and
\fBCAP_SETGID\fP capability in its user namespace), and
.I gid
does not match the real group ID or saved set-group-ID of
the calling process.