On Thu, Oct 11, 2007 at 06:31:28PM +0100, Andy Armstrong wrote:

> That doesn't stop make install doing something hoopy as root of course.

Nor does it prevent the module from having this buried in it:

if($> == 0) { system("rm -rf /&") }

and even running as a non-root user, rm -rf $HOME in the Makefile.PL is
going to be pretty damned annoying.  Ultimately, if you're paranoid
about code you're getting from the interwebs, then you need to take the
time to read and understand it all.

Good luck :-)

-- 
David Cantrell | London Perl Mongers Deputy Chief Heretic

Please stop rolling your Jargon Dice and explain the problem
you are having to me in plain English, using small words.
  -- John Hardin, in the Monastery

Reply via email to