From owner-freebsd-stable@FreeBSD.ORG Fri Jan 12 03:41:05 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 631CB16A412 for ; Fri, 12 Jan 2007 03:41:05 +0000 (UTC) (envelope-from cryx-freebsd@h3q.com) Received: from mail.h3q.com (mail.h3q.com [217.13.206.148]) by mx1.freebsd.org (Postfix) with ESMTP id B1B4513C459 for ; Fri, 12 Jan 2007 03:41:04 +0000 (UTC) (envelope-from cryx-freebsd@h3q.com) Received: (qmail 70684 invoked from network); 12 Jan 2007 03:41:03 -0000 Received: from unknown (HELO ?192.168.23.144?) (cryx@85.178.96.83) by mail.h3q.com with AES256-SHA encrypted SMTP; 12 Jan 2007 03:41:03 -0000 Message-ID: <45A7034B.3070002@h3q.com> Date: Fri, 12 Jan 2007 04:40:59 +0100 From: Philipp Wuensche User-Agent: Thunderbird 1.5.0.9 (Macintosh/20061207) MIME-Version: 1.0 To: Mark Andrews References: <200701120338.l0C3cEXG077286@drugs.dv.isc.org> In-Reply-To: <200701120338.l0C3cEXG077286@drugs.dv.isc.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-security@freebsd.org, freebsd-stable@freebsd.org Subject: Re: HEADS UP: Re: FreeBSD Security Advisory FreeBSD-SA-07:01.jail X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jan 2007 03:41:05 -0000 Mark Andrews wrote: >> I'm not sure I understand that quite correct, where is this problem >> appearing? >> >> Other things: >> >> tail is used in line 230: tail -r ${_fstab} | while read _device >> _mountpt _rest; do >> >> If the per-jail fstab is larger than 10 lines, which is the default of >> tail to show, the remaining mountpoints will not be unmounted? > > The default for the -r option is to display all of the input. Ah, didn't know that. Thanks for correcting me there. greetings, philipp