From owner-freebsd-virtualization@FreeBSD.ORG Wed Jan 29 21:23:18 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A8BFEC1C for ; Wed, 29 Jan 2014 21:23:18 +0000 (UTC) Received: from mail-pa0-f42.google.com (mail-pa0-f42.google.com [209.85.220.42]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 793A2171B for ; Wed, 29 Jan 2014 21:23:18 +0000 (UTC) Received: by mail-pa0-f42.google.com with SMTP id kl14so2292227pab.1 for ; Wed, 29 Jan 2014 13:23:12 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=ADsBRrxMulvuEjQiGZk82szs0RYvfA+fJjp3YlInVY8=; b=bmpFhfy4z9SGitUSs/hoz0lrutSyvVH7A4JDx9c0QYve/y8/4GBejC26F8bVF2KJwI pChmOiULswmj6e4+KHI/hsoQhEPSP1tqIWYep3fExwZ+004l1QL6jQCghrt72GI0MLu5 mACeny/gTEA8hrjBeZkgeZxl3E2EPwInMpdQgcnPoe/pyAzXsZP1ocm8F1IrPvmhfwqG 33AP0NhtYJiBaznx3HGDFhIAUdiOMd5xZEyAIP7ydBRUtG16SDAROR+z+eaRRrJvb5s3 nWIQe31gbG1nvqFKikflcBPPWAbD3YL3DqSU3Toid1kARVCs3jrOP9dCIxrFbrHo3NN5 Gahw== X-Gm-Message-State: ALoCoQmGvax4pZDtbb96eZreEe1cpx+to/Q/cHIYWy/z+FWqJXklBi3ogKnwGSLFNbI9j2zzEFmu X-Received: by 10.67.22.38 with SMTP id hp6mr10418809pad.53.1391030591366; Wed, 29 Jan 2014 13:23:11 -0800 (PST) Received: from Michaels-MacBook-Pro.local (c-98-246-202-204.hsd1.or.comcast.net. [98.246.202.204]) by mx.google.com with ESMTPSA id db3sm10322759pbb.10.2014.01.29.13.23.10 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 29 Jan 2014 13:23:10 -0800 (PST) Message-ID: <52E9713F.9040508@callfortesting.org> Date: Wed, 29 Jan 2014 13:23:11 -0800 From: Michael Dexter User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: freebsd-virtualization@freebsd.org Subject: Re: best way to add www to wheel References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jan 2014 21:23:18 -0000 Wrong mailing list? Michael On 1/29/14 1:20 PM, Aryeh Friedman wrote: > I have the following line in my pkg-install: > > pw groupmod wheel -m www > > The reason is I have files that are created by a user account that also > gets made but are modified using it or tomcat... these particular files are > shell scripts that must run as root (they are for controlling bhyve and > other hyperv's as well as other rootly things like setting up and tarring > down nic's).... keep in mind also since almost all user level commands > (including those that trigger rootly actions) are run via the web and that > the data (except actual web content) should not be owned by www > > My gut says that the above while it works is almost certainly not the right > way to do it. >