The POSIX threads specification requires that credentials are
shared by all of the threads in a process.  However, at the
kernel level, Linux maintains separate user and group credentials 
for each thread.

🌱 Back to Garden