From owner-freebsd-current Fri Apr 18 13:30:15 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA01401 for current-outgoing; Fri, 18 Apr 1997 13:30:15 -0700 (PDT) Received: from bacall.lodgenet.com (bacall.lodgenet.com [205.138.147.242]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id NAA01393 for ; Fri, 18 Apr 1997 13:30:05 -0700 (PDT) Received: (from mail@localhost) by bacall.lodgenet.com (8.6.12/8.6.12) id OAA12673 for ; Fri, 18 Apr 1997 14:51:46 -0500 Received: from garbo.lodgenet.com(204.124.123.250) by bacall via smap (V1.3) id sma012667; Fri Apr 18 14:51:18 1997 Received: from milo.lodgenet.com ([10.0.11.51]) by garbo.lodgenet.com (8.6.12/8.6.9) with ESMTP id OAA23324 for ; Fri, 18 Apr 1997 14:50:32 -0500 Received: from milo.lodgenet.com (localhost [127.0.0.1]) by milo.lodgenet.com (8.8.3/8.6.12) with ESMTP id OAA14482 for ; Fri, 18 Apr 1997 14:51:17 -0500 (CDT) Message-Id: <199704181951.OAA14482@milo.lodgenet.com> X-Mailer: exmh version 2.0gamma 1/27/96 To: current@freebsd.org Subject: suid and perl5 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 18 Apr 1997 14:51:17 -0500 From: John Prince Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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