From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756579Ab0CICTI (ORCPT ); Mon, 8 Mar 2010 21:19:08 -0500 Received: from smtp1.linux-foundation.org ([140.211.169.13]:50561 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756516Ab0CICTG (ORCPT ); Mon, 8 Mar 2010 21:19:06 -0500 Date: Mon, 8 Mar 2010 18:18:03 -0800 (PST) From: Linus Torvalds X-X-Sender: torvalds@localhost.localdomain To: Al Viro cc: Rik van Riel , Alan Cox , Ingo Molnar , James Morris , linux-kernel@vger.kernel.org, Kyle McMartin , Alexander Viro Subject: Re: Upstream first policy In-Reply-To: <20100309020517.GT30031@ZenIV.linux.org.uk> Message-ID: References: <20100308094647.GA14268@elte.hu> <20100308173008.7ae389ab@lxorguk.ukuu.org.uk> <4B9585BD.6070904@redhat.com> <20100309001554.GP30031@ZenIV.linux.org.uk> <20100309004829.GQ30031@ZenIV.linux.org.uk> <20100309020517.GT30031@ZenIV.linux.org.uk> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 9 Mar 2010, Al Viro wrote: > > Doesn't have to be a binding over /etc/passwd, BTW. /etc as a mountpoint will > serve just as well. I agree. But I think more people are aware of a regular directory mount than about the ability to just mount a single file. So from a sneakyness standpoint, I like the "oh, btw, I just took over just the one file I care about" rather than trying to hide the whole directory. Doesn't matter conceptually, though. Linus