1.3.22: child real uid gets parent's effective uid

2003-06-06 Thread Snively, John P (John)
I changed the effective uid of my app's process using seteuid, and printed out the real and effective uid's obtained via getuid and geteuid. No surprises, until I tested running a child process via system() and printing ITS real and effective uid's. The effective AND real uid of the child are se

RE: 1.3.22: child real uid gets parent's effective uid

2003-06-08 Thread Snively, John P (John)
les are created with the right ownership, etc. John -Original Message- From: Corinna Vinschen [mailto:[EMAIL PROTECTED] Sent: Saturday, June 07, 2003 5:52 AM To: '[EMAIL PROTECTED]' Subject: Re: 1.3.22: child real uid gets parent's effective uid On Fri, Jun 06, 20