Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Sep 1998 01:52:41 +0200 (MET DST)
From:      Jean-Marc Zucconi <jmz@FreeBSD.ORG>
To:        current@FreeBSD.ORG
Subject:   Perl 5: suid scripts broken?
Message-ID:  <199809152352.BAA22279@qix>

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;

Jean-Marc

-- 
 Jean-Marc Zucconi                    PGP Key: finger jmz@FreeBSD.ORG

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?199809152352.BAA22279>