Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754314AbYAINti (ORCPT ); Wed, 9 Jan 2008 08:49:38 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751883AbYAINt3 (ORCPT ); Wed, 9 Jan 2008 08:49:29 -0500 Received: from fxip-0047f.externet.hu ([88.209.222.127]:44007 "EHLO pomaz-ex.szeredi.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751260AbYAINt2 (ORCPT ); Wed, 9 Jan 2008 08:49:28 -0500 To: pavel@ucw.cz CC: akpm@linux-foundation.org, hch@infradead.org, serue@us.ibm.com, viro@ftp.linux.org.uk, ebiederm@xmission.com, kzak@redhat.com, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, containers@lists.osdl.org, util-linux-ng@vger.kernel.org In-reply-to: <20080109133506.GI9735@elf.ucw.cz> (message from Pavel Machek on Wed, 9 Jan 2008 14:35:06 +0100) Subject: Re: [patch 7/9] unprivileged mounts: allow unprivileged fuse mounts References: <20080108113502.184459371@szeredi.hu> <20080108113630.861045063@szeredi.hu> <20080108214625.GE5050@ucw.cz> <20080108225820.GA9735@elf.ucw.cz> <20080109113325.GC9735@elf.ucw.cz> <20080109133506.GI9735@elf.ucw.cz> Message-Id: From: Miklos Szeredi Date: Wed, 09 Jan 2008 14:48:53 +0100 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1018 Lines: 23 > I'm not saying fuse is worthless. It is a nice toy for single-user > systems. But I do not think we should be merging "allow ordinary users > to mount their own fuse's" before issues above are fixed. I think multi user systems are not all that interesting. And I suspect very few of them want reliably working suspend/hibernate (which they wouldn't get due to other issues anyway), or have weird shutdown scripts which stop when they are unable to umount filesystems. For paranoid sysadmins, I suggest not enabling fuse for unprivileged users, which is pretty easy to do: just don't set /dev/fuse to be world read-writable (which is the default BTW). So your reasons just don't warrant a big effort involving VFS hacking, etc. Patches are of course welcome. 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/