seteuid.2: seteuid() and setegid() are implemented as library functions

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-05-14 11:22:44 +02:00
parent bf2633795c
commit a36b2bb0ec
1 changed files with 9 additions and 0 deletions

View File

@ -121,6 +121,15 @@ need not permit
.RI ( egid )
to be the same value as the current effective user (group) ID,
and some implementations do not permit this.
On Linux,
.BR seteuid ()
and
.BR setegid ()
are implemented as library functions that call, respectively,
.BR setreuid (2)
and
.BR setresgid (2).
.SH SEE ALSO
.BR geteuid (2),
.BR setresuid (2),