setuid.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:31:27 +02:00
parent 51c11a7059
commit cd1c5b9d41
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ is not valid in this user namespace.
.B EPERM
The user is not privileged (Linux: does not have the
.B CAP_SETUID
capability) and
capability in its user namespace) and
.I uid
does not match the real UID or saved set-user-ID of the calling process.
.SH CONFORMING TO