Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262568AbVDYJ4O (ORCPT ); Mon, 25 Apr 2005 05:56:14 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262567AbVDYJ4O (ORCPT ); Mon, 25 Apr 2005 05:56:14 -0400 Received: from rev.193.226.232.93.euroweb.hu ([193.226.232.93]:9883 "EHLO dorka.pomaz.szeredi.hu") by vger.kernel.org with ESMTP id S262571AbVDYJ4A (ORCPT ); Mon, 25 Apr 2005 05:56:00 -0400 To: linuxram@us.ibm.com CC: jamie@shareable.org, viro@parcelfarce.linux.theplanet.co.uk, hch@infradead.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, akpm@osdl.org In-reply-to: <1114411302.4480.70.camel@localhost> (message from Ram on Sun, 24 Apr 2005 23:41:42 -0700) Subject: Re: [PATCH] private mounts References: <20050424201820.GA28428@infradead.org> <20050424205422.GK13052@parcelfarce.linux.theplanet.co.uk> <20050424210616.GM13052@parcelfarce.linux.theplanet.co.uk> <20050424213822.GB9304@mail.shareable.org> <1114411302.4480.70.camel@localhost> Message-Id: From: Miklos Szeredi Date: Mon, 25 Apr 2005 11:55:26 +0200 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 970 Lines: 28 > I have not yet sure how invisible mount can be used to solve the FUSE > problem. > > Again my understanding of the basic requirement of FUSE is: > > 1. A user being able to setup his own VFS-mount environment which > is only visible to the user. > 2. The same user being able to see exactly the same VFS-mount > environment from any login session. More generally: 1. the files exported by the FUSE filesystem should not be accessible by other users. 2. The user should see exactly the same files from any login session. These can be satisfied in various ways. Permission checking, or by making FUSE mounts invisible to other users, or with private namespaces (in increasing complexity). Thanks, Miklos - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/