From owner-freebsd-java@FreeBSD.ORG Mon Dec 15 02:51:28 2003 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2003316A4CE for ; Mon, 15 Dec 2003 02:51:28 -0800 (PST) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E95343D32 for ; Mon, 15 Dec 2003 02:51:25 -0800 (PST) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 4.24; FreeBSD) id 1AVqJw-000GbC-6m; Mon, 15 Dec 2003 12:51:24 +0200 Date: Mon, 15 Dec 2003 12:51:24 +0200 From: Sheldon Hearn To: Ernst de Haan Message-ID: <20031215105124.GP13737@starjuice.net> Mail-Followup-To: Ernst de Haan , freebsd-java@FreeBSD.org References: <20031213145040.GE13737@starjuice.net> <200312151138.55354.ernst.dehaan@nl.wanadoo.com> <20031215104227.GN13737@starjuice.net> <200312151149.22912.ernst.dehaan@nl.wanadoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200312151149.22912.ernst.dehaan@nl.wanadoo.com> User-Agent: Mutt/1.5.4i cc: freebsd-java@FreeBSD.org Subject: Re: Debugging options for tomcat41ctl X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2003 10:51:28 -0000 On (2003/12/15 11:49), Ernst de Haan wrote: > No. If we start using something other than daemonctl, then that's perfectly > fine, but then we must keep the functionality we provide at this very > moment. Perhaps we could have just a single wrapper C program that will set > the UID and/or GID and then executes a script with the specified arguments. Okay. I'm still trying to understand what functionality we're trying to preserve. Are you just trying to ensure that non-root users are able to start Tomcat/Jboss/etc as www (or whatever)? Ciao, Sheldon.