From owner-freebsd-hackers@FreeBSD.ORG Wed May 31 20:29:20 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D043116B94F; Wed, 31 May 2006 20:29:20 +0000 (UTC) (envelope-from dwmalone@maths.tcd.ie) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 34E6C43D53; Wed, 31 May 2006 20:29:19 +0000 (GMT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie ([134.226.81.10] helo=maths.tcd.ie) by salmon.maths.tcd.ie with SMTP id ; 31 May 2006 21:29:19 +0100 (BST) To: John Baldwin In-reply-to: Your message of "Wed, 31 May 2006 15:03:58 EDT." <200605311503.58402.jhb@freebsd.org> X-Request-Do: Date: Wed, 31 May 2006 21:29:18 +0100 From: David Malone Message-ID: <200605312129.aa23818@salmon.maths.tcd.ie> Cc: freebsd-hackers@freebsd.org, Anatoli Klassen Subject: Re: security.bsd.see_other_uids for jails X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2006 20:29:26 -0000 > Mostly off-topic, but couldn't you simplify the logic here slightly: Definitely! I was originally going to compare jail IDs, but realized I could just compare the jail pointers. Evidently my fingers were still thinking about how to implement it the other way. ;-) David.