setresuid.2: Error checking should always be performed, even when caller is UID 0

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-05-14 14:17:36 +02:00
parent b57db62bf0
commit f673b78321
1 changed files with 7 additions and 0 deletions

View File

@ -66,6 +66,13 @@ On success, zero is returned.
On error, \-1 is returned, and
.I errno
is set appropriately.
.IR Note :
there are cases where
.BR setresuid ()
can fail even when the caller is UID 0;
it is a grave security error to omit checking for a faulure return from
.BR setresuid ().
.SH ERRORS
.TP
.B EAGAIN