setreuid.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:55 +02:00
parent f673b78321
commit 27cbe70472
1 changed files with 7 additions and 0 deletions

View File

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