From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 29 09:50:19 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EAD316A4E8 for ; Sat, 29 Jul 2006 09:50:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4724643D46 for ; Sat, 29 Jul 2006 09:50:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6T9oIks082146 for ; Sat, 29 Jul 2006 09:50:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6T9oIKC082145; Sat, 29 Jul 2006 09:50:18 GMT (envelope-from gnats) Date: Sat, 29 Jul 2006 09:50:18 GMT Message-Id: <200607290950.k6T9oIKC082145@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Maxim Konovalov Cc: Subject: Re: misc/101015: jexec lacks a -U flag. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maxim Konovalov List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jul 2006 09:50:19 -0000 The following reply was made to PR misc/101015; it has been noted by GNATS. From: Maxim Konovalov To: Jesper Wallin Cc: bug-followup@freebsd.org Subject: Re: misc/101015: jexec lacks a -U flag. Date: Sat, 29 Jul 2006 13:47:55 +0400 (MSD) Hi Jesper, [...] > >Fix: > My suggestion would be to add a -U (and -u) flag to the jexec > command. On another note, how come there's no start-up configuration > for jexec? As the system is right now, it's impossible to start one > jail, running 3 different processes inside the jail as 3 different > users by only using /etc/rc.conf. jexec(8) does have -u|U flags in RELENG_6. -- Maxim Konovalov