On Mon, Jul 21, 2014 at 08:53:19PM -0400, [email protected] wrote: > From: "Anthony G. Basile" <[email protected]> > > issetugid() returns 1 if the process environment or memory address space > is considered tainted, and returns 0 otherwise. This happens, for example, > when a process's privileges are elevated by the setuid or setgid flags on > an executable belonging to root. This function first appeard in OpenBSD 2.0 > and is needed for the LibreSSL.
Looking at your patch, I think you missed the static linking case. It might also be nice to mention that this interface was just added in musl after a bit of discussion with people from the BSD and glibc sides. The commit message with rationale is here: http://git.musl-libc.org/cgit/musl/commit/?id=ddddec106fd17c3aca3287005d21e92f742aa9d4 Rich _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
