Greetings;

I have a perl cgi that will only ever run on my private, isolated development server and I keep getting the message

        Insecure dependency in open while running setuid

It has to run setuid and I don't want to untaint every variable that the program uses. (Yeah, not quite every one of them, but it is close to all of them!)

Is there anyway I can globally turn off taint checking for this script?

Many TIA,
Dennis

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to