Re: suid problem

2003-08-11 Thread Steve Grazzini
On Tue, Aug 05, 2003 at 04:59:56PM +0100, Gary Stainburn wrote: > Can anyone tell me how to fix this. I've tried untainting the > $_[0] by storing it in a local variable and runing a regex to > remove dodgy characters and that doesn't seem to fix it. > > sub dump_invoice { > return unless (open

RE: suid problem

2003-08-09 Thread Egleton, Gary
If you need to run bits of code as root try using the product SUGUARD or the shareware version SUDO -Original Message- From: Gary Stainburn [mailto:[EMAIL PROTECTED] Sent: 05 August 2003 17:00 To: [EMAIL PROTECTED] Subject: suid problem Importance: High Hi folks, I've got an AI

suid problem

2003-08-06 Thread Gary Stainburn
Hi folks, I've got an AIX 4.2 box running our company management system and I've got a problem. when a user logs in (e.g. gary) the /etc/profile runs a small C program which is setuid live:livetp which in turn runs our COBOL based app. In the app I call a perl script which takes a plain text f