From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [RFC] obsoleting /etc/mtab Date: Fri, 1 Jun 2007 09:49:05 +0100 Message-ID: <20070601084905.GA1959@infradead.org> References: <20070531224443.GH5473@petra.dvoda.cz> <20070601083309.GK5473@petra.dvoda.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Miklos Szeredi , util-linux-ng-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Karel Zak Return-path: Content-Disposition: inline In-Reply-To: <20070601083309.GK5473-CxBs/XhZ2BtHjqfyn1fVYA@public.gmane.org> Sender: util-linux-ng-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-fsdevel.vger.kernel.org On Fri, Jun 01, 2007 at 10:33:09AM +0200, Karel Zak wrote: > The core of the problem is that HAL doesn't have entries in > /etc/fstab, so you cannot check for "user=" and "users=" by > umount(8). The HAL have enough information about user's privileges, > but the umount(8) knows nothing. Please don't put this in. The last thing we need is more ugly hacks and suid mess in the mount code. Miklos is working towards proper non-privilegued mounts and you should better support him there.