Date: Fri, 18 Apr 1997 14:51:17 -0500 From: John Prince <johnp@lodgenet.com> To: current@freebsd.org Subject: suid and perl5 Message-ID: <199704181951.OAA14482@milo.lodgenet.com>
next in thread | raw e-mail | index | archive | help
Is there a problem with setuid and perl5?? The following works with 2.1.0-RELEASE, and not on 2.2.1-RELEASE ----myfile start-- #!/usr/local/bin/perl print "EUID=$> RUID=$<\n"; exit; ----myfile end-- sudo chmod 4755 myfile sudo chown root myfile myfile returns nothing... Any Suggestions?? John Prince
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704181951.OAA14482>