[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-security] perl taint mode
- Subject: Re: [cobalt-security] perl taint mode
 
- From: "Tomy Wagner" <tomy.wagner@xxxxxxxxx>
 
- Date: Thu, 31 Jan 2002 13:55:39 +0100
 
- List-id: Mailing list for users to address network security on Cobalt products. <cobalt-security.list.cobalt.com>
 
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
>