|
|||||||||||
|
Re: perl script, permission denied
From: Todd C. Miller <Todd.Miller(at)courtesan.com>
Date: Fri Jan 31 2003 - 12:29:10 EST route(8) checks the real uid, not the effective uid. If you make your perl script set the real uid to the effective it will work. I would expect the following to work: $< = $>;
If not, you can use POSIX::setuid()
This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 13:32:40 EDT |
||||||||||
|
|||||||||||