in reply to Re: Executing a program as another user
in thread Executing a program as another user

I can't run setuid as the user as which the script must be run is decided upon dynamically. chmodding every time is impossible since the initial script is a CGI and I would run into race conditions.
  • Comment on Re: Re: Executing a program as another user