This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: setuid and setgid are async-signal-safe?


On Tuesday 30 October 2012 01:59:13 jiji vinitha wrote:
> I have referred  the setgid/setuid implementation in glibc-2.15 .
>  However,I could not understand the algorithm is truly async-signal safe or
> not. Is glibc-2.15's setgid/setuid implementation async-signal safe?

all it does is make a syscall to the kernel.  why do you think it isn't safe ?
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]