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]

Thread-safe creation of UNIX domain sockets


Is it possible to create UNIX domain sockets with specific file system
permissions in a thread-safe way?

In a single-threaded program, it's possible to set the umask to 0777,
create the socket, restore the umask, and chmod the path to the
intended permission set.  In a multi-threaded program, this is
obviously racy.


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