From owner-freebsd-questions@FreeBSD.ORG Wed May 11 08:05:06 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12277106566B for ; Wed, 11 May 2011 08:05:06 +0000 (UTC) (envelope-from riaank@gmail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id BB0B18FC0C for ; Wed, 11 May 2011 08:05:05 +0000 (UTC) Received: by gwb15 with SMTP id 15so101628gwb.13 for ; Wed, 11 May 2011 01:05:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=/xv9GR5CPXQCfJxB0MNglmOceFLKfgG2nG3RM8uiRIM=; b=TJeagnTLNSczGEIbPQWrkY73RwFLNVnjweeg8CccdCRplPj6PTJAslUa/c8/TVIoOX vIC8Z4p8c93/obgaZXT063kawUeMvVEts7nh24DNWJSnU1ypGybpkTzaYXNtgPyQcYWN sYAP6wA/5HzEQIzwgLLhALjFIX7yJbOFKdVT4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=HbDk4spqtkwiCyYngg6CcwvohLJ2Oxwux6cEMTGobizeoeKTaxA7mBBgbin/yWnvVC RVU5zYmIb0hEHIaypaLosZJBOaC0DhqG7erh4iOgmJuZJfhaUiLBpwbfRAM4zkVjepQv NQinM0qGc/teobQ6SZE5X7y6kNSU1qgvtXCOo= MIME-Version: 1.0 Received: by 10.150.233.2 with SMTP id f2mr8011272ybh.97.1305101104655; Wed, 11 May 2011 01:05:04 -0700 (PDT) Received: by 10.147.136.8 with HTTP; Wed, 11 May 2011 01:05:04 -0700 (PDT) In-Reply-To: <4dca3cbb.QpmIA2XKnwykNxE3%perryh@pluto.rain.com> References: <4DC9DE2C.6070605@telting.org> <4DCA1AE6.8050209@telting.org> <4dca3cbb.QpmIA2XKnwykNxE3%perryh@pluto.rain.com> Date: Wed, 11 May 2011 10:05:04 +0200 Message-ID: From: Riaan Kruger To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: Established method to enable suid scripts? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 May 2011 08:05:06 -0000 Here is some information on what perl does: http://www.washington.edu/perl5man/pod/perlsec.html Also there is an option (not chosen by default) in the perl port to enable setuid. Riaan