lets suppose perl resides in /usr/bin

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
and save it as /usr/bin/perl and 'f  course chmod it :p

this could help ya out if it works :p

Wagner Tomy


----- Original Message ----- 
From: "Schiltz Luc" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, January 27, 2002 11:46 PM
Subject: [cobalt-security] perl taint mode


> Hi,
> 
> does anybody know how to impose the taint ( -T ) mode in perl 
> in order to secure the usage of scripts ?
> 
> does this have any influence on cobalt scripts ?
> 
> thanks
> 
> Luc
> _______________________________________________
> cobalt-security mailing list
> [EMAIL PROTECTED]
> http://list.cobalt.com/mailman/listinfo/cobalt-security
> 

_______________________________________________
cobalt-security mailing list
[EMAIL PROTECTED]
http://list.cobalt.com/mailman/listinfo/cobalt-security

Reply via email to