From mboxrd@z Thu Jan 1 00:00:00 1970 From: "H. Peter Anvin" Subject: Re: Re: autofs RFE Date: Tue, 09 Dec 2003 22:48:58 -0800 Sender: autofs-bounces@linux.kernel.org Message-ID: <3FD6C1DA.7070303@zytor.com> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: autofs-bounces@linux.kernel.org Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Ian Kent Cc: autofs mailing list , Gerald Teschl Ian Kent wrote: >> >>Would it be possible to make autofs honor the "owner" option for mount and >>mount a dev with the permissions of the owner if this option is present? > > I've been thinking about this for a while. > > At the moment the userspace daemon has no way of knowing who the owner is. > To change that would break backward compatability. So I'm not sure it's > such a good idea. > > How is this handled in v3 Peter? > Actually, it's handled just fine by mount(8); the autofs daemon doesn't need to do anything special. Just pass the -owner filesystem option and mount(8) will use the ownership of the device node. -hpa