From owner-freebsd-security@FreeBSD.ORG Tue May 10 15:10:18 2011 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CEE62106566C for ; Tue, 10 May 2011 15:10:18 +0000 (UTC) (envelope-from jamie@bishopston.net) Received: from pacha.mail.bishopston.net (pacha.mail.bishopston.net [66.148.74.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8598E8FC08 for ; Tue, 10 May 2011 15:10:18 +0000 (UTC) X-Catflap-Envelope-From: X-Catflap-Envelope-To: freebsd-security@freebsd.org Received: from catflap.bishopston.net (jamie@localhost [127.0.0.1]) by catflap.bishopston.net (8.14.4/8.14.3) with ESMTP id p4AF8uAY069951; Tue, 10 May 2011 16:08:56 +0100 (BST) (envelope-from jamie@catflap.bishopston.net) Received: (from jamie@localhost) by catflap.bishopston.net (8.14.4/8.12.9/Submit) id p4AF8u8T069950; Tue, 10 May 2011 16:08:56 +0100 (BST) From: Jamie Landeg Jones Message-Id: <201105101508.p4AF8u8T069950@catflap.bishopston.net> Date: Tue, 10 May 2011 16:08:56 +0100 Organization: http://www.bishopston.com/jamie/ To: jhell@DataIX.net, db@db.net References: <4DC40E21.6040503@gmail.com> <4DC4102E.8000700@gmail.com> <201105072231.p47MVktY035491@catflap.bishopston.net> <201105091155.p49Bt604053259@catflap.bishopston.net> <20110510011249.GE2558@DataIX.net> <20110510145952.GA18253@night.db.net> In-Reply-To: <20110510145952.GA18253@night.db.net> User-Agent: Heirloom mailx 12.4 7/29/08 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.97 at catflap.bishopston.net X-Virus-Status: Clean Cc: freebsd-security@freebsd.org Subject: Re: Rooting FreeBSD , Privilege Escalation using Jails (P??????tur) X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Security issues \[members-only posting\]" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 May 2011 15:10:18 -0000 > It used to confuzzle sysadmins on SUNos when the mount point was > 0700. The underlying mode disapeared when the mount was made, but it > was still being enforced. Suddenly no one but root could use say /usr > even though it was apparently 0755 I remember that happening! I thought it was like that on FreeBSD too, but if it was, it isn't any longer! I always make mount-points 0111 these days