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

Re: [cobalt-security] perl taint mode



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" <becher@xxxxxx>
To: <cobalt-security@xxxxxxxxxxxxxxx>
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
> cobalt-security@xxxxxxxxxxxxxxx
> http://list.cobalt.com/mailman/listinfo/cobalt-security
>