setuid.2: Note user namespace requirements for CAP_SETUID

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-09-12 15:22:09 +01:00
parent 36a62e0379
commit c387fb9b2c
1 changed files with 2 additions and 2 deletions

View File

@ -40,10 +40,10 @@ setuid \- set user identity
.SH DESCRIPTION
.BR setuid ()
sets the effective user ID of the calling process.
If the calling process is prvileged
If the calling process is privileged
(more precisely: if the process has the
.BR CAP_SETUID
capability),
capability in its user namespace),
the real UID and saved set-user-ID are also set.
.PP
Under Linux,