Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Sep 1998 12:48:13 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        current@FreeBSD.ORG, jmz@FreeBSD.ORG
Subject:   Re: Perl 5: suid scripts broken?
Message-ID:  <199809160248.MAA23358@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>bash# ./a.pl
>Can't do setuid
>bash# ls -l a.pl
>-rwsr-xr-x  1 root  wheel  28 Sep 16 01:44 a.pl
>bash# cat a.pl
>#!/usr/bin/suidperl
>exit 0;

According to ktrace, suidperl just gives up after failing to exec
/usr/bin/perl5.00502.

Bruce

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809160248.MAA23358>