spf-discuss
[Top] [All Lists]

Re: Starting spfd (FreeBSD)

2003-12-18 23:02:08
Brian Hatch wrote:
However I was assuming the script was to be run as root via
/etc/init.d/something for example, and doesn't require
suidperl.  I can't think of why a perl intepreter can't use
the setuid or setgid system call (achived by using
'$( = 111' or '$< = 111' to set(gu)id to (gu)id 11).

It was solved, the particular syntax of the setuid was not liked by freebsd I guess. That's not to say I wasn't a bit confused ;)
So $< = $> = $user;
became
$< = $user;
$> = $user;
and so on.
--
Some days it's just not worth chewing through the restraints...
Mark Foster <mark(_at_)foster(_dot_)cc>  http://mark.foster.cc/


-------
Sender Permitted From: http://spf.pobox.com/
Archives at http://archives.listbox.com/spf-discuss/current/
Latest draft at http://spf.pobox.com/draft-mengwong-spf-02.9.4.txt
To unsubscribe, change your address, or temporarily deactivate your subscription, please go to http://v2.listbox.com/member/?listname(_at_)©#«Mo\¯HÝÜîU;±¤Ö¤Íµø?¡


<Prev in Thread] Current Thread [Next in Thread>