From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Fri, 17 Dec 2004 22:42:25 +1100 From: Andy Newman To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] Acme mailreader - now: User mode filesystems in linux Message-ID: <20041217114225.GA9098@silverbrookresearch.com> References: <20041217152456.3f377069.martin_ml@parvat.com> <6141d2bd887f96584eaafdd2bdd5c1d0@collyer.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6141d2bd887f96584eaafdd2bdd5c1d0@collyer.net> User-Agent: Mutt/1.4.2.1i Topicbox-Message-UUID: 19df9630-eace-11e9-9e20-41e7f4b1d025 geoff@collyer.net wrote: > Someone at the 9bof claimed that at least one of the BSDs already > permits users to mount things FreeBSD does, don't know about the others. > Perhaps any directory that you own would make more sense. Comments taken from mount (in vfs_syscalls.c)... /* * If the user is not root, ensure that they own the directory * onto which we are attempting to mount. */ > Certainly one would want to think through the interactions > of set-id and user mounts. /* * Silently enforce MNT_NOSUID and MNT_NODEV for non-root users */