in reply to Re: Change UID for threads?
in thread Change UID for threads?
You mentioned that memory is beeing shared when using threads. I could sucessfully change shared memory data as a non-superuser (with this threads-behaviour). But if you now use IPC::Shareable, you are able to set permissions for the shared memory between processes. Is the sharing between processes or threads on the same level (on Linux)? So you possibly could change permissions for thread shared memory as well? I'm just curious about shared memory, because it seems to me to be a good IPC tool.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Change UID for threads?
by MarkM (Curate) on Jul 09, 2003 at 18:00 UTC |