[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-security] perl taint mode



> mv /usr/bin/perl /usr/bin/.perl_orig
> then create a new shell script which contains the following lines:
>     #!/bin/sh
>     /usr/bin/perl -T

Just a thought, but should that not be:

#!/bin/sh
/usr/bin/.perl_orig -T $*

I'd have thought using /usr/bin/perl is just asking for infinite
recursion?

Regards,

John